aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstPoolVals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/ConstPoolVals.cpp')
-rw-r--r--lib/VMCore/ConstPoolVals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/ConstPoolVals.cpp b/lib/VMCore/ConstPoolVals.cpp
index 3b8fe10..dd30171 100644
--- a/lib/VMCore/ConstPoolVals.cpp
+++ b/lib/VMCore/ConstPoolVals.cpp
@@ -6,12 +6,12 @@
#define __STDC_LIMIT_MACROS // Get defs for INT64_MAX and friends...
#include "llvm/ConstPoolVals.h"
-#include "llvm/Support/StringExtras.h" // itostr
#include "llvm/DerivedTypes.h"
#include "llvm/SymbolTable.h"
#include "llvm/GlobalValue.h"
#include "llvm/Module.h"
#include "llvm/Analysis/SlotCalculator.h"
+#include "Support/StringExtras.h"
#include <algorithm>
#include <assert.h>