Include wx/control.h according to precompiled headers of wx/wx.h (with other minor cleaning).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-05-26 10:15:44 +00:00
parent a18c21f000
commit 93fbbe0765
14 changed files with 30 additions and 17 deletions

View File

@ -11,8 +11,9 @@
#include "wx/wxprec.h"
#include "wx/control.h"
#ifndef WX_PRECOMP
#include "wx/control.h"
#include "wx/log.h"
#endif

View File

@ -26,8 +26,9 @@
#if wxUSE_CONTROLS
#include "wx/control.h"
#ifndef WX_PRECOMP
#include "wx/control.h"
#include "wx/log.h"
#include "wx/radiobut.h"
#endif

View File

@ -25,9 +25,9 @@
#include "wx/dcclient.h"
#include "wx/menu.h"
#include "wx/dialog.h"
#include "wx/control.h"
#endif // WX_PRECOMP
#include "wx/control.h"
#if wxUSE_TOOLBAR
#include "wx/toolbar.h"
#endif

View File

@ -31,9 +31,9 @@
#include "wx/dialog.h"
#include "wx/timer.h"
#include "wx/settings.h"
#include "wx/control.h"
#endif
#include "wx/control.h"
#include "wx/gtk/private.h"
#include "wx/evtloop.h"

View File

@ -25,9 +25,9 @@
#include "wx/dcclient.h"
#include "wx/menu.h"
#include "wx/dialog.h"
#include "wx/control.h"
#endif // WX_PRECOMP
#include "wx/control.h"
#if wxUSE_TOOLBAR
#include "wx/toolbar.h"
#endif

View File

@ -31,9 +31,9 @@
#include "wx/dialog.h"
#include "wx/timer.h"
#include "wx/settings.h"
#include "wx/control.h"
#endif
#include "wx/control.h"
#include "wx/gtk1/private.h"
#include "wx/evtloop.h"

View File

@ -1,20 +1,24 @@
/////////////////////////////////////////////////////////////////////////////
// Name: tabctrl.cpp
// Name: src/mac/carbon/tabctrl.cpp
// Purpose: wxTabCtrl
// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wxprec.h"
#if wxUSE_TAB_DIALOG
#include "wx/control.h"
#include "wx/tabctrl.h"
#ifndef WX_PRECOMP
#include "wx/control.h"
#endif
#include "wx/mac/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)

View File

@ -17,8 +17,12 @@
#if wxUSE_TAB_DIALOG
#include "wx/control.h"
#include "wx/tabctrl.h"
#ifndef WX_PRECOMP
#include "wx/control.h"
#endif
#include "wx/mac/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)

View File

@ -26,6 +26,8 @@
#if wxUSE_CONTROLS
#include "wx/control.h"
#ifndef WX_PRECOMP
#include "wx/event.h"
#include "wx/app.h"
@ -34,8 +36,6 @@
#include "wx/settings.h"
#endif
#include "wx/control.h"
#if wxUSE_LISTCTRL
#include "wx/listctrl.h"
#endif // wxUSE_LISTCTRL

View File

@ -28,10 +28,10 @@
#include "wx/app.h"
#include "wx/dcclient.h"
#include "wx/dcmemory.h"
#include "wx/control.h"
#endif // WX_PRECOMP
#include "wx/imaglist.h"
#include "wx/control.h"
#include "wx/sysopt.h"
#include "wx/msw/private.h"

View File

@ -12,6 +12,8 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/control.h"
#ifndef WX_PRECOMP
#include "wx/event.h"
#include "wx/app.h"
@ -21,7 +23,6 @@
#endif
#include "wx/os2/private.h"
#include "wx/control.h"
IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)

View File

@ -24,10 +24,10 @@
#include "wx/settings.h"
#include "wx/log.h"
#include "wx/event.h"
#include "wx/control.h"
#endif // WX_PRECOMP
#include "wx/imaglist.h"
#include "wx/control.h"
#include "wx/os2/private.h"

View File

@ -26,6 +26,8 @@
#if wxUSE_CONTROLS
#include "wx/control.h"
#ifndef WX_PRECOMP
#include "wx/event.h"
#include "wx/app.h"
@ -35,7 +37,6 @@
#include "wx/button.h"
#endif
#include "wx/control.h"
#include "wx/toplevel.h"
#include "wx/checkbox.h"
#include "wx/tglbtn.h"

View File

@ -25,9 +25,10 @@
#if wxUSE_CONTROLS
#include "wx/control.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/control.h"
#include "wx/dcclient.h"
#endif