From 268c20fa314757f7e284b9380710bc6c2dca83fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 28 Apr 2006 10:14:27 +0000 Subject: [PATCH] Be nice to eVC++ build process and don't include not existing files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/tabctrl.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/wx/tabctrl.h b/include/wx/tabctrl.h index 55f79c7912..136b9fd08e 100644 --- a/include/wx/tabctrl.h +++ b/include/wx/tabctrl.h @@ -22,14 +22,11 @@ BEGIN_DECLARE_EVENT_TYPES() END_DECLARE_EVENT_TYPES() #if defined(__WXMSW__) -#include "wx/msw/tabctrl.h" -#elif defined(__WXMOTIF__) -#include "wx/motif/tabctrl.h" -#elif defined(__WXGTK__) + #include "wx/msw/tabctrl.h" #elif defined(__WXMAC__) -#include "wx/mac/tabctrl.h" + #include "wx/mac/tabctrl.h" #elif defined(__WXPM__) -#include "wx/os2/tabctrl.h" + #include "wx/os2/tabctrl.h" #endif #endif // wxUSE_TAB_DIALOG -- 2.45.2