12c1425efebb7ddd968ee476054b13d721df8df8
angie
  Tue Dec 18 11:47:17 2012 -0800
Code Review #9844 - Hiram pointed out that localmem.h is not protectedagainst multiple inclusion; fixed.  Also cleaned up some redundant
inclusions of localmem.h in files that already include bbiFile.h.

diff --git src/lib/bwgQuery.c src/lib/bwgQuery.c
index f8e7582..0bc9079 100644
--- src/lib/bwgQuery.c
+++ src/lib/bwgQuery.c
@@ -1,22 +1,21 @@
 /* bwgQuery - implements the query side of bigWig.  See bwgInternal.h for definition of file
  * format. */
 
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
-#include "localmem.h"
 #include "options.h"
 #include "sig.h"
 #include "sqlNum.h"
 #include "obscure.h"
 #include "dystring.h"
 #include "bPlusTree.h"
 #include "cirTree.h"
 #include "rangeTree.h"
 #include "udc.h"
 #include "zlibFace.h"
 #include "bbiFile.h"
 #include "bwgInternal.h"
 #include "bigWig.h"
 #include "bigBed.h"