882be7eea9ec10c09a9ac1fc86dfb24c07eabafb
braney
  Thu Feb 28 10:06:39 2013 -0800
move hasProtocol() function from common.c to net.c (code review #10278)
diff --git src/lib/twoBit.c src/lib/twoBit.c
index 494d111..ec0ea4a 100644
--- src/lib/twoBit.c
+++ src/lib/twoBit.c
@@ -1,26 +1,27 @@
 #include "common.h"
 #include "hash.h"
 #include "dnaseq.h"
 #include "dnautil.h"
 #include "sig.h"
 #include "localmem.h"
 #include "linefile.h"
 #include "obscure.h"
 #include "bPlusTree.h"
 #include "twoBit.h"
 #include "udc.h"
+#include "net.h"
 #include <limits.h>
 
 /* following are the wrap functions for the UDC and stdio functoins
  * that read twoBit files.   All of these are to get around the C compiler
  * complaining about the automatic cast of a void * to FILE * or 
  * struct udcFile *.
  */
 /* first the UDC wrappers */
 static void udcSeekCurWrap(void *file, bits64 offset)
 {
 udcSeekCur((struct udcFile *)file, offset);
 }
 
 static void udcSeekWrap(void *file, bits64 offset)
 {