Index: trunk/Ohana/src/libohana/include/ohana.h
===================================================================
--- trunk/Ohana/src/libohana/include/ohana.h	(revision 12860)
+++ 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 */
Index: trunk/Ohana/src/misc/include/missing_protos.h
===================================================================
--- trunk/Ohana/src/misc/include/missing_protos.h	(revision 12860)
+++ trunk/Ohana/src/misc/include/missing_protos.h	(revision 12875)
@@ -13,8 +13,11 @@
  *                    which depends on this file every time we need to add
  *                    a new prototype for the SunOS machines.
- * $Id: missing_protos.h,v 1.1.1.1 2004-11-24 04:39:33 eugene Exp $
+ * $Id: missing_protos.h,v 1.2 2007-04-18 19:21:46 eugene Exp $
  * $Locker:  $
  *
  * $Log: not supported by cvs2svn $
+ * Revision 1.1.1.1  2004/11/24 04:39:33  eugene
+ * importing elixir components
+ *
  * Revision 1.1.1.1  2001/07/25 02:59:23  eugene
  * import Ohana
@@ -146,5 +149,6 @@
 #include <float.h>             /* for DBL_MIN and DBL_MAX */
 #else
-#include <values.h>
+/* XXX RHL claims values.h is not needed
+ * #include <values.h> */
 #ifndef DBL_MIN
 #define DBL_MIN MINDOUBLE
Index: trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c
===================================================================
--- trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c	(revision 12860)
+++ trunk/Ohana/src/opihi/dimm/sbig/sp_ccdcontrol.c	(revision 12875)
@@ -6,9 +6,11 @@
 #include <time.h>
 #include <fcntl.h>
-#include <values.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include "sbig.h"
 #include "fh/fh.h" /* CFHT FITS Handling library */
+
+// XXX RHL claims this is not needed
+// #include <values.h>
 
 #define N_FITS_ENTRIES 33
