diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 3fe307b9161e6807328bbe731a5282a692b82c48..8e6d33a92188073f69a497077f9e87282d92156a 100644 --- a/Parser/FunctionManager.h +++ b/Parser/FunctionManager.h @@ -10,14 +10,14 @@ class mystack; class mymap; #include <string> -#include "IO.h" +#include "GmshIO.h" -// Singleton, one function manager for all parsers. +// Singleton, one function manager for all parsers. class FunctionManager { mymap *functions; - mystack *calls; + mystack *calls; FunctionManager (); static FunctionManager *instance; public : diff --git a/Parser/Parser.h b/Parser/Parser.h index 9c26d517462d776c58efc27a5b2864862ff29583..8c30286bf554a2ad23d303644e5f50e8f0bd34c5 100644 --- a/Parser/Parser.h +++ b/Parser/Parser.h @@ -9,7 +9,6 @@ #include <map> #include <string> #include <vector> - #include "GmshIO.h" int gmsh_yyparse();