Skip to content
Snippets Groups Projects
Commit 5ba71e84 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

start removing GmshSocket references

parent 05c0a0fe
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <sys/stat.h> #include <sys/stat.h>
#include "GmshConfig.h" #include "GmshConfig.h"
#include "GmshMessage.h" #include "GmshMessage.h"
#include "GmshSocket.h"
#include "Gmsh.h" #include "Gmsh.h"
#include "GModel.h" #include "GModel.h"
#include "Options.h" #include "Options.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#if defined(HAVE_ONELAB) && defined(HAVE_POST) #if defined(HAVE_ONELAB) && defined(HAVE_POST)
#include "GmshSocket.h" #include "onelab.h"
#include "OpenFile.h" #include "OpenFile.h"
#include "OS.h" #include "OS.h"
#include "VertexArray.h" #include "VertexArray.h"
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <vector> #include <vector>
#include <string> #include <string>
#include "GmshMessage.h" #include "GmshMessage.h"
#include "GmshSocket.h"
#include "PViewData.h" #include "PViewData.h"
#include "SBoundingBox3d.h" #include "SBoundingBox3d.h"
#include "onelab.h" #include "onelab.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment