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/bwgCreate.c src/lib/bwgCreate.c index ed9de15..66b2ff5 100644 --- src/lib/bwgCreate.c +++ src/lib/bwgCreate.c @@ -1,22 +1,21 @@ /* bwgCreate - create big wig files. Implements write side of bwgInternal.h module. * See the comment in bwgInternal.h for a description of the file format. */ #include "common.h" #include "linefile.h" #include "hash.h" -#include "localmem.h" #include "errabort.h" #include "sqlNum.h" #include "sig.h" #include "zlibFace.h" #include "bPlusTree.h" #include "cirTree.h" #include "bbiFile.h" #include "bwgInternal.h" #include "bigWig.h" static int bwgBedGraphItemCmp(const void *va, const void *vb) /* Compare to sort based on query start. */ { const struct bwgBedGraphItem *a = *((struct bwgBedGraphItem **)va);