[llvm-commits] CVS: llvm/lib/Support/SlotTable.cpp
LLVM
llvm at cs.uiuc.edu
Tue May 25 15:12:05 PDT 2004
Changes in directory llvm/lib/Support:
SlotTable.cpp updated: 1.2 -> 1.3
---
Log message:
Put SlotTable.h inclusion back at front of list to be coding standards
compliant. Thanks, Chris.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Support/SlotTable.cpp
diff -u llvm/lib/Support/SlotTable.cpp:1.2 llvm/lib/Support/SlotTable.cpp:1.3
--- llvm/lib/Support/SlotTable.cpp:1.2 Tue May 25 14:03:21 2004
+++ llvm/lib/Support/SlotTable.cpp Tue May 25 15:09:05 2004
@@ -12,10 +12,10 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Internal/SlotTable.h"
#include "llvm/Constants.h"
#include "llvm/Type.h"
#include "llvm/GlobalValue.h"
-#include "llvm/Internal/SlotTable.h"
using namespace llvm;
More information about the llvm-commits
mailing list