From: Benjamin Bihler Date: Tue, 10 May 2016 17:59:55 +0000 (+0300) Subject: 0027478: Configuration - avoid inclusion of Xlib.h within Graphic3d_GraphicDriver.hxx X-Git-Tag: V7_0_winwerth~69 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=5950d7816e4dd6f51d1deaea767d65f80b607bc3;p=occt-copy.git 0027478: Configuration - avoid inclusion of Xlib.h within Graphic3d_GraphicDriver.hxx Replace Aspect_DisplayConnection.hxx inclusion by forward declaration. --- diff --git a/src/Graphic3d/Graphic3d_GraphicDriver.hxx b/src/Graphic3d/Graphic3d_GraphicDriver.hxx index 01a326c690..bffcb3f30b 100644 --- a/src/Graphic3d/Graphic3d_GraphicDriver.hxx +++ b/src/Graphic3d/Graphic3d_GraphicDriver.hxx @@ -21,7 +21,6 @@ #include #include -#include #include #include #include @@ -51,6 +50,7 @@ #include #include +class Aspect_DisplayConnection; class Graphic3d_CView; class Graphic3d_GraphicDriver; class Graphic3d_TransformError;