]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
Remove always moving window to the top of the Z-order on on Show
[wxWidgets.git] / src / msw / tabctrl.cpp
index ed230ba329af0f479f2a9d7d0be82b8013ff5c18..c8a70ab0da70c69629a5ea7ef0dbc5d8860a323c 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "tabctrl.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
-#else
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
+#include <commctrl.h>
 
 #include "wx/tabctrl.h"
 #include "wx/app.h"