summaryrefslogtreecommitdiff
path: root/support/lib
diff options
context:
space:
mode:
Diffstat (limited to 'support/lib')
-rw-r--r--support/lib/Support/Mangler.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/support/lib/Support/Mangler.cpp b/support/lib/Support/Mangler.cpp
index 5bae6f04f6..665cb7388c 100644
--- a/support/lib/Support/Mangler.cpp
+++ b/support/lib/Support/Mangler.cpp
@@ -4,14 +4,10 @@
//
//===----------------------------------------------------------------------===//
-#include <iostream>
-#include <set>
-#include <string>
-#include "llvm/Value.h"
+#include "llvm/Support/Mangler.h"
#include "llvm/Module.h"
#include "llvm/Type.h"
#include "Support/StringExtras.h"
-#include "llvm/Support/Mangler.h"
/// makeNameProper - We don't want identifier names with ., space, or
/// - in them, so we mangle these characters into the strings "d_",