23f894735b1e769f61cf291469ebd666dedec168
galt
  Wed Feb 3 15:58:29 2016 -0800
False dependency on wiggle.h removed

diff --git src/hg/hgTracks/wigMafTrack.c src/hg/hgTracks/wigMafTrack.c
index 490628e..70a53cd 100644
--- src/hg/hgTracks/wigMafTrack.c
+++ src/hg/hgTracks/wigMafTrack.c
@@ -1,31 +1,30 @@
 /* wigMafTrack - display multiple alignment files with score wiggle
  * and base-level alignment, or else density plot of pairwise alignments
  * (zoomed out) */
 
 /* Copyright (C) 2014 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 
 #include "common.h"
 #include "hash.h"
 #include "linefile.h"
 #include "jksql.h"
 #include "hdb.h"
 #include "hgTracks.h"
 #include "maf.h"
 #include "scoredRef.h"
-#include "wiggle.h"
 #include "hCommon.h"
 #include "hgMaf.h"
 #include "mafTrack.h"
 #include "customTrack.h"
 #include "mafSummary.h"
 #include "mafFrames.h"
 #include "phyloTree.h"
 #include "soTerm.h"
 #include "bigBed.h"
 #include "hubConnect.h"
 
 
 #define GAP_ITEM_LABEL  "Gaps"
 #define MAX_SP_SIZE 2000