Index: /trunk/include/iprt/heap.h
===================================================================
--- /trunk/include/iprt/heap.h	(revision 309)
+++ /trunk/include/iprt/heap.h	(revision 310)
@@ -20,6 +20,4 @@
  */
 
-
-/* >>> heap.h */
 #ifndef __iprt_heap_h__
 #define __iprt_heap_h__
@@ -27,14 +25,4 @@
 #include <iprt/cdefs.h>
 #include <iprt/types.h>
-
-/* >>> types.h */
-/** Handle to a simple heap. */
-typedef struct RTHEAPSIMPLEINTERNAL *RTHEAPSIMPLE;
-/** Pointer to a handle to a simple heap. */
-typedef RTHEAPSIMPLE *PRTHEAPSIMPLE;
-
-/** NIL simple heap handle. */
-#define NIL_RTHEAPSIMPLE    ((RTHEAPSIMPLE)0)
-/* <<< types.h */
 
 __BEGIN_DECLS
Index: /trunk/include/iprt/types.h
===================================================================
--- /trunk/include/iprt/types.h	(revision 309)
+++ /trunk/include/iprt/types.h	(revision 310)
@@ -966,5 +966,10 @@
 #define NIL_RTTHREAD                                0
 
-
+/** Handle to a simple heap. */
+typedef struct RTHEAPSIMPLEINTERNAL                *RTHEAPSIMPLE;
+/** Pointer to a handle to a simple heap. */
+typedef RTHEAPSIMPLE                               *PRTHEAPSIMPLE;
+/** NIL simple heap handle. */
+#define NIL_RTHEAPSIMPLE                            ((RTHEAPSIMPLE)0)
 
 
