* src/mm/dumpmemory.c: Moved to .cpp.
[cacao.git] / src / toolbox / list.h
index 6d3da672117d1043022459beb9452cbc2116b7a5..b39df6b02bd33940159d8c780273e1928a9c93ff 100644 (file)
@@ -23,8 +23,8 @@
 */
 
 
-#ifndef _LIST_H
-#define _LIST_H
+#ifndef _TOOLBOX_LIST_H
+#define _TOOLBOX_LIST_H
 
 #include "config.h"
 
@@ -145,7 +145,7 @@ void   *list_prev(list_t *l, void *element);
 }
 #endif
 
-#endif /* _LIST_H */
+#endif /* _TOOLBOX_LIST_H */
 
 
 /*