diff c/regexParser/bitVectorNode.cc @ 116:66c633575b53 pairPro

remove error and warning
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 24 Nov 2015 17:07:08 +0900
parents ca30f8334741
children 166136236891
line wrap: on
line diff
--- a/c/regexParser/bitVectorNode.cc	Tue Nov 24 14:38:26 2015 +0900
+++ b/c/regexParser/bitVectorNode.cc	Tue Nov 24 17:07:08 2015 +0900
@@ -2,7 +2,6 @@
 #include <stdlib.h>
 #include <ctype.h>
 #include "bitVector.h"
-#include "regexParser.h"
 
 extern BitVectorPtr bitSet(int);
 BitVectorListPtr allocateBitVectorList();