Index: trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- trunk/Ohana/src/libohana/include/ohana.h	(revision 10842)
+++ trunk/Ohana/src/libohana/include/ohana.h	(revision 12875)
@@ -1,9 +1,7 @@
 # include <stdio.h>
 # include <fcntl.h>
-# include <malloc.h>
 # include <math.h>
 # include <errno.h>
 # include <time.h>
-# include <memory.h>
 # include <stdlib.h>
 # include <string.h>
@@ -18,4 +16,8 @@
 # include <readline/history.h>
 # include <readline/readline.h>
+
+// XXX I was including these before, but RHL claims they are not needed
+// # include <malloc.h>
+// # include <memory.h>
 
 /* OHANA included stuff */
