[llvm-commits] CVS: poolalloc/runtime/FreeListAllocator/PageManager.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 14 10:15:46 PDT 2004



Changes in directory poolalloc/runtime/FreeListAllocator:

PageManager.cpp updated: 1.6 -> 1.7

---
Log message:

Adjust to header movage


---
Diffs of the changes:  (+3 -3)

Index: poolalloc/runtime/FreeListAllocator/PageManager.cpp
diff -u poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.6 poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.7
--- poolalloc/runtime/FreeListAllocator/PageManager.cpp:1.6	Thu Nov 13 18:16:30 2003
+++ poolalloc/runtime/FreeListAllocator/PageManager.cpp	Tue Sep 14 12:15:35 2004
@@ -15,9 +15,9 @@
 #ifndef _POSIX_MAPPED_FILES
 #define _POSIX_MAPPED_FILES
 #endif
-#include "Support/MallocAllocator.h"
-#include "Config/unistd.h"
-#include "Config/sys/mman.h"
+#include "llvm/Support/MallocAllocator.h"
+#include "llvm/Config/unistd.h"
+#include "llvm/Config/sys/mman.h"
 #include <cassert>
 #include <vector>
 





More information about the llvm-commits mailing list