Changeset 35525 in vbox for trunk/src/VBox/Runtime/common/alloc
- Timestamp:
- Jan 13, 2011 2:00:37 PM (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
r35398 r35525 30 30 *******************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 /* XXX this header must be included first as it re-defines some symbols33 * (e.g size_t) if IN_XF86_MODULE is defined. */34 #include <iprt/string.h>35 32 #include <iprt/heap.h> 36 33 #include "internal/iprt.h" … … 41 38 #include <iprt/log.h> 42 39 #include <iprt/param.h> 40 #include <iprt/string.h> 43 41 44 42 #include "internal/magics.h" -
trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp
r35398 r35525 30 30 *******************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 /* XXX this header must be included first as it re-defines some symbols33 * (e.g size_t) if IN_XF86_MODULE is defined. */34 #include <iprt/string.h>35 32 #include <iprt/heap.h> 36 33 #include "internal/iprt.h" … … 40 37 #include <iprt/err.h> 41 38 #include <iprt/log.h> 39 #include <iprt/string.h> 42 40 #include <iprt/param.h> 43 41
Note:
See TracChangeset
for help on using the changeset viewer.