summaryrefslogtreecommitdiff
path: root/indra/llcommon/llformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcommon/llformat.h')
-rw-r--r--indra/llcommon/llformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llcommon/llformat.h b/indra/llcommon/llformat.h
index 7079656b72..31ee3194d3 100644
--- a/indra/llcommon/llformat.h
+++ b/indra/llcommon/llformat.h
@@ -10,8 +10,6 @@
#ifndef LL_LLFORMAT_H
#define LL_LLFORMAT_H
-#include <string>
-
// Use as follows:
// llinfos << llformat("Test:%d (%.2f %.2f)", idx, x, y) << llendl;
//