diff c/regexParser/bitVectorNode.cc @ 117:166136236891 pairPro

add header files
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Wed, 25 Nov 2015 14:58:03 +0900
parents 66c633575b53
children
line wrap: on
line diff
--- a/c/regexParser/bitVectorNode.cc	Tue Nov 24 17:07:08 2015 +0900
+++ b/c/regexParser/bitVectorNode.cc	Wed Nov 25 14:58:03 2015 +0900
@@ -1,11 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include "bitVector.h"
-
-extern BitVectorPtr bitSet(int);
-BitVectorListPtr allocateBitVectorList();
-BitVectorListPtr initBitVector();
+#include "bitVectorNode.h"
 
 BitVectorListPtr allocateBitVectorList() {
     BitVectorListPtr bvl = (BitVectorListPtr)malloc(sizeof(BitVectorList));