diff src/xgccache.c @ 4962:e813cf16c015

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 05:29:05 -0600
parents b3ce27ca7647
children
line wrap: on
line diff
--- a/src/xgccache.c	Sun Jan 31 21:11:44 2010 -0600
+++ b/src/xgccache.c	Mon Feb 01 05:29:05 2010 -0600
@@ -52,20 +52,15 @@
  */
 
 #include <config.h>
-#include <X11/Xlib.h>
+#include "lisp.h"
+#include "hash.h"
+
 #include "xgccache.h"
 
-
 #define GC_CACHE_SIZE 100
 
 #define GCCACHE_HASH
 
-
-#ifdef GCCACHE_HASH
-#include "lisp.h"
-#include "hash.h"
-#endif
-
 struct gcv_and_mask {
   XGCValues gcv;
   unsigned long mask;