From 5950d7816e4dd6f51d1deaea767d65f80b607bc3 Mon Sep 17 00:00:00 2001 From: Benjamin Bihler Date: Tue, 10 May 2016 20:59:55 +0300 Subject: [PATCH] 0027478: Configuration - avoid inclusion of Xlib.h within Graphic3d_GraphicDriver.hxx Replace Aspect_DisplayConnection.hxx inclusion by forward declaration. --- src/Graphic3d/Graphic3d_GraphicDriver.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;