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

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 30 08:37:46 PST 2005



Changes in directory poolalloc/runtime/PoolAllocator:

PageManager.cpp updated: 1.10 -> 1.11

---
Log message:

These headers are no longer here.


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

Index: poolalloc/runtime/PoolAllocator/PageManager.cpp
diff -u poolalloc/runtime/PoolAllocator/PageManager.cpp:1.10 poolalloc/runtime/PoolAllocator/PageManager.cpp:1.11
--- poolalloc/runtime/PoolAllocator/PageManager.cpp:1.10	Mon Nov 22 10:55:33 2004
+++ poolalloc/runtime/PoolAllocator/PageManager.cpp	Sun Jan 30 10:37:36 2005
@@ -15,8 +15,8 @@
 #ifndef _POSIX_MAPPED_FILES
 #define _POSIX_MAPPED_FILES
 #endif
-#include "llvm/Config/unistd.h"
-#include "llvm/Config/sys/mman.h"
+#include <unistd.h>
+#include <sys/mman.h>
 #include "poolalloc/Support/MallocAllocator.h"
 #include <cassert>
 #include <vector>





More information about the llvm-commits mailing list