[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/PageManager.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Sep 13 21:08:51 PDT 2004
Changes in directory poolalloc/runtime/PoolAllocator:
PageManager.cpp updated: 1.7 -> 1.8
---
Log message:
Adjust to #include movage
---
Diffs of the changes: (+3 -3)
Index: poolalloc/runtime/PoolAllocator/PageManager.cpp
diff -u poolalloc/runtime/PoolAllocator/PageManager.cpp:1.7 poolalloc/runtime/PoolAllocator/PageManager.cpp:1.8
--- poolalloc/runtime/PoolAllocator/PageManager.cpp:1.7 Fri Nov 14 14:20:01 2003
+++ poolalloc/runtime/PoolAllocator/PageManager.cpp Mon Sep 13 23:08:41 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