[llvm-commits] CVS: llvm/projects/sample/lib/sample/sample.c

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004



Changes in directory llvm/projects/sample/lib/sample:

sample.c updated: 1.2 -> 1.3
---
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/projects/sample/lib/sample/sample.c
diff -u llvm/projects/sample/lib/sample/sample.c:1.2 llvm/projects/sample/lib/sample/sample.c:1.3
--- llvm/projects/sample/lib/sample/sample.c:1.2	Mon Jun 30 17:13:05 2003
+++ llvm/projects/sample/lib/sample/sample.c	Wed Sep  1 17:55:37 2004
@@ -11,7 +11,7 @@
 #include <stdlib.h>
 
 // LLVM Header File
-#include "Support/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 
 // Header file global to this project
 #include "sample.h"






More information about the llvm-commits mailing list