[llvm-commits] CVS: llvm/lib/VMCore/Annotation.cpp
Chris Lattner
lattner at cs.uiuc.edu
Tue Jan 14 15:27:01 PST 2003
Changes in directory llvm/lib/VMCore:
Annotation.cpp updated: 1.7 -> 1.8
---
Log message:
Move annotation to support library
---
Diffs of the changes:
Index: llvm/lib/VMCore/Annotation.cpp
diff -u llvm/lib/VMCore/Annotation.cpp:1.7 llvm/lib/VMCore/Annotation.cpp:1.8
--- llvm/lib/VMCore/Annotation.cpp:1.7 Sun Jan 12 18:52:43 2003
+++ llvm/lib/VMCore/Annotation.cpp Tue Jan 14 15:26:46 2003
@@ -5,7 +5,7 @@
//===----------------------------------------------------------------------===//
#include <map>
-#include "llvm/Annotation.h"
+#include "Support/Annotation.h"
using std::string;
using std::map;
using std::pair;
More information about the llvm-commits
mailing list