From 14ec28ad43968b27fa5cdeae9836466fc49f5bba Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 9 Apr 2014 07:25:46 +0000 Subject: [PATCH] oops --- Parser/FunctionManager.h | 6 +++--- Parser/Parser.h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Parser/FunctionManager.h b/Parser/FunctionManager.h index 3fe307b916..8e6d33a921 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 9c26d51746..8c30286bf5 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(); -- GitLab