Changeset 35398 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 4, 2011 9:39:07 AM (14 years ago)
- Location:
- trunk/src/VBox/Runtime/common/alloc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/heapoffset.cpp
r28800 r35398 30 30 *******************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 /* XXX this header must be included first as it re-defines some symbols 33 * (e.g size_t) if IN_XF86_MODULE is defined. */ 34 #include <iprt/string.h> 32 35 #include <iprt/heap.h> 33 36 #include "internal/iprt.h" … … 35 38 #include <iprt/assert.h> 36 39 #include <iprt/asm.h> 37 #include <iprt/string.h>38 40 #include <iprt/err.h> 39 41 #include <iprt/log.h> -
trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
r28800 r35398 30 30 *******************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 /* XXX this header must be included first as it re-defines some symbols 33 * (e.g size_t) if IN_XF86_MODULE is defined. */ 34 #include <iprt/string.h> 32 35 #include <iprt/heap.h> 33 36 #include "internal/iprt.h" … … 35 38 #include <iprt/assert.h> 36 39 #include <iprt/asm.h> 37 #include <iprt/string.h>38 40 #include <iprt/err.h> 39 41 #include <iprt/log.h>
Note:
See TracChangeset
for help on using the changeset viewer.