Code clean
[IRC.git] / Robust / src / Runtime / bamboo / GCSharedHash.h
index bfcd6204d083cef21b2d2c74c7afcbdeb0285b69..6d0fe4708804210443672c03d1cea0c69dff1665 100755 (executable)
@@ -3,18 +3,7 @@
 #ifndef GCSHAREDHASH_H
 #define GCSHAREDHASH_H
 
-#ifndef bool
-#define bool int
-#endif
-
-#ifndef true
-#define true 1
-#endif
-
-#ifndef false
-#define false 0
-#endif
-
+#include "multicore.h"
 #include "mem.h"
 
 /* GCSharedHash *********************************************************/