summaryrefslogtreecommitdiff
path: root/support/lib
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-07-25 20:21:20 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-07-25 20:21:20 +0000
commit6b902dcd5dd32d333899db17de6b8113bd7b34bb (patch)
tree3992092e73a649bb0c98d608e09d35794a96ee73 /support/lib
parent49a178b9fd342ee49bc1cc85828c105f98070594 (diff)
downloadllvm-6b902dcd5dd32d333899db17de6b8113bd7b34bb.tar.gz
llvm-6b902dcd5dd32d333899db17de6b8113bd7b34bb.tar.bz2
llvm-6b902dcd5dd32d333899db17de6b8113bd7b34bb.tar.xz
Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,
<string>, or llvm/Value.h. Move up the inclusion of llvm/Support/Mangler.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7321 91177308-0d34-0410-b5e6-96231b3b80d8
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_",