summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CWriter
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-07-25 20:21:06 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-07-25 20:21:06 +0000
commit3d35fad525b736019316ac9a35e2a1b72f010895 (patch)
tree7a0175dfdc85920273cabee72a6459d312aeb689 /llvm/lib/CWriter
parentbc1f6f59a116acb4d066c76f40c02a752d341b13 (diff)
downloadbcm5719-llvm-3d35fad525b736019316ac9a35e2a1b72f010895.tar.gz
bcm5719-llvm-3d35fad525b736019316ac9a35e2a1b72f010895.zip
Don't include llvm/SlotCalculator.h, or <set>.
Move up the inclusion of llvm/Support/Mangler.h. llvm-svn: 7320
Diffstat (limited to 'llvm/lib/CWriter')
-rw-r--r--llvm/lib/CWriter/Writer.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/CWriter/Writer.cpp b/llvm/lib/CWriter/Writer.cpp
index 217c0c57ffb..88cf718dae5 100644
--- a/llvm/lib/CWriter/Writer.cpp
+++ b/llvm/lib/CWriter/Writer.cpp
@@ -12,18 +12,16 @@
#include "llvm/Pass.h"
#include "llvm/SymbolTable.h"
#include "llvm/Intrinsics.h"
-#include "llvm/SlotCalculator.h"
#include "llvm/Analysis/FindUsedTypes.h"
#include "llvm/Analysis/ConstantsScanner.h"
#include "llvm/Support/InstVisitor.h"
#include "llvm/Support/InstIterator.h"
#include "llvm/Support/CallSite.h"
+#include "llvm/Support/Mangler.h"
#include "Support/StringExtras.h"
#include "Support/STLExtras.h"
#include <algorithm>
-#include <set>
#include <sstream>
-#include "llvm/Support/Mangler.h"
namespace {
class CWriter : public Pass, public InstVisitor<CWriter> {
OpenPOWER on IntegriCloud