From 5ba71e8463a0edf34e2da2f2bd102bf2a87405b6 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 7 Jun 2013 05:54:45 +0000
Subject: [PATCH] start removing GmshSocket references

---
 Common/GmshMessage.cpp | 1 -
 Common/GmshRemote.cpp  | 2 +-
 Post/PViewDataRemote.h | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp
index 260266ee4f..fdad3339ba 100644
--- a/Common/GmshMessage.cpp
+++ b/Common/GmshMessage.cpp
@@ -11,7 +11,6 @@
 #include <sys/stat.h>
 #include "GmshConfig.h"
 #include "GmshMessage.h"
-#include "GmshSocket.h"
 #include "Gmsh.h"
 #include "GModel.h"
 #include "Options.h"
diff --git a/Common/GmshRemote.cpp b/Common/GmshRemote.cpp
index 154e1636ec..ed040b6e3a 100644
--- a/Common/GmshRemote.cpp
+++ b/Common/GmshRemote.cpp
@@ -9,7 +9,7 @@
 
 #if defined(HAVE_ONELAB) && defined(HAVE_POST)
 
-#include "GmshSocket.h"
+#include "onelab.h"
 #include "OpenFile.h"
 #include "OS.h"
 #include "VertexArray.h"
diff --git a/Post/PViewDataRemote.h b/Post/PViewDataRemote.h
index 8e7a14eca0..759243566e 100644
--- a/Post/PViewDataRemote.h
+++ b/Post/PViewDataRemote.h
@@ -9,7 +9,6 @@
 #include <vector>
 #include <string>
 #include "GmshMessage.h"
-#include "GmshSocket.h"
 #include "PViewData.h"
 #include "SBoundingBox3d.h"
 #include "onelab.h"
-- 
GitLab