[llvm-commits] CVS: llvm/runtime/libtrace/tracelib.c
Reid Spencer
reid at x10sys.com
Wed Sep 1 15:55:57 PDT 2004
Changes in directory llvm/runtime/libtrace:
tracelib.c updated: 1.10 -> 1.11
---
Log message:
Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
public header files must be under include/llvm/.
---
Diffs of the changes: (+1 -1)
Index: llvm/runtime/libtrace/tracelib.c
diff -u llvm/runtime/libtrace/tracelib.c:1.10 llvm/runtime/libtrace/tracelib.c:1.11
--- llvm/runtime/libtrace/tracelib.c:1.10 Wed Jul 30 07:49:25 2003
+++ llvm/runtime/libtrace/tracelib.c Wed Sep 1 17:55:37 2004
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
/*===---------------------------------------------------------------------=====
* HASH FUNCTIONS
More information about the llvm-commits
mailing list