From d6b5ed2063b1387892072270ed56ff09bd0f4d0c Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Thu, 6 Dec 2018 13:09:39 +0100 Subject: [PATCH] Fixed OxS compile --- src/slic3r/GUI/GLCanvas3D.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 05ec54b126..13e5bdaa62 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -26,11 +26,7 @@ #include #include #include -#if ENABLE_REMOVE_TABS_FROM_PLATER -#include -#else #include -#endif // ENABLE_REMOVE_TABS_FROM_PLATER #include // Print now includes tbb, and tbb includes Windows. This breaks compilation of wxWidgets if included before wx.