diff regexParser/main.cc @ 187:ef798db705e9 pairPro

remove some warnings and errors(not working)
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Thu, 24 Dec 2015 22:38:50 +0900
parents d97bcab546e8
children fccf7941ecc2
line wrap: on
line diff
--- a/regexParser/main.cc	Thu Dec 24 20:37:29 2015 +0900
+++ b/regexParser/main.cc	Thu Dec 24 22:38:50 2015 +0900
@@ -1,7 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "subsetConstraction.h"
+#include "regexParser.h"
 
 extern NodePtr regex(RegexInfoPtr);
 extern void printTree(NodePtr);