From 45bac007fb915c4b0ca91dc8d060d2a8cb3a31f9 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 9 Apr 2014 07:24:19 +0000 Subject: [PATCH] --- Common/{IO.h => GmshIO.h} | 0 Common/OpenFile.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Common/{IO.h => GmshIO.h} (100%) diff --git a/Common/IO.h b/Common/GmshIO.h similarity index 100% rename from Common/IO.h rename to Common/GmshIO.h diff --git a/Common/OpenFile.cpp b/Common/OpenFile.cpp index bf7a4e793a..1a95effcf3 100644 --- a/Common/OpenFile.cpp +++ b/Common/OpenFile.cpp @@ -7,7 +7,7 @@ #include <string.h> #include "GmshConfig.h" #include "GmshMessage.h" -#include "IO.h" +#include "GmshIO.h" #include "Options.h" #include "Geo.h" #include "GModel.h" -- GitLab