Remove obsolete includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-04-23 18:59:33 +00:00
parent a92964a239
commit 2cef71bc23
14 changed files with 8 additions and 59 deletions

View File

@@ -1473,6 +1473,7 @@ demos/dbbrowse/*.bkl
tests/*.bkl
tests/makefile*.*
tests/*.cpp
tests/*.h
tests/*.fc
tests/archive/*.cpp

View File

@@ -1,7 +1,7 @@
Announcing wxWidgets 2.6.0: a cross-platform GUI toolkit
----------------------------------------------------------------
April 18th, 2004 -- the wxWidgets team is pleased to announce
April 21st, 2005 -- the wxWidgets team is pleased to announce
a new official release of the mature cross-platform C++
application framework.

View File

@@ -34,11 +34,7 @@
#define _WIN32_IE 0x0600
#endif // !defined(_WIN32_IE)
#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)
#include "wx/msw/gnuwin32/extra.h"
#else
#include <commctrl.h>
#endif
#include <commctrl.h>
// define things which might be missing from our commctrl.h
#include "wx/msw/missing.h"

View File

@@ -29,11 +29,7 @@
// Version: $Id$
/////////////////////////////////////////////////////////////////////////////
#if (defined( __GNUWIN32__ ) && !defined(__TWIN32__)) || defined(__MWERKS__)
#include "wx/msw/gnuwin32/winresrc.h"
#else
#include <windows.h>
#endif
#include <windows.h>
#if defined(_WIN32_WCE)
#include "wx/msw/wince/wince.rc"

View File

@@ -52,10 +52,6 @@
#include "wx/msw/private.h"
#if defined(__GNUWIN32_OLD__)
#include "wx/msw/gnuwin32/extra.h"
#endif
// ----------------------------------------------------------------------------
// private functions
// ----------------------------------------------------------------------------

View File

@@ -45,10 +45,6 @@
#include <string.h>
#include <ddeml.h>
#ifdef __GNUWIN32_OLD__
#include "wx/msw/gnuwin32/extra.h"
#endif
// ----------------------------------------------------------------------------
// macros and constants
// ----------------------------------------------------------------------------

View File

@@ -48,10 +48,6 @@
#include <memory.h>
#endif
#ifdef __GNUWIN32_OLD__
#include "wx/msw/gnuwin32/extra.h"
#endif
#include "wx/image.h"
#include "wx/msw/dib.h"

View File

@@ -32,10 +32,6 @@
typedef UINT MMRESULT;
#endif
#ifdef __GNUWIN32_OLD__
#include "wx/msw/gnuwin32/extra.h"
#endif
// Why doesn't BC++ have joyGetPosEx?
#if !defined(__WIN32__) || defined(__BORLANDC__)
#define NO_JOYGETPOSEX

View File

@@ -43,10 +43,6 @@
#include "wx/ownerdrw.h"
#endif
#ifdef __GNUWIN32_OLD__
#include "wx/msw/gnuwin32/extra.h"
#endif
#if wxUSE_EXTENDED_RTTI
WX_DEFINE_FLAGS( wxListBoxStyle )

View File

@@ -42,13 +42,7 @@
#include <windowsx.h>
#ifdef __GNUWIN32_OLD__
#include "wx/msw/gnuwin32/extra.h"
#endif
#if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
#include <commctrl.h>
#endif
#include <commctrl.h>
#include "wx/msw/winundef.h"

View File

@@ -32,11 +32,7 @@
#include <windowsx.h>
#if defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)
#include "wx/msw/gnuwin32/extra.h"
#else
#include <mmsystem.h>
#endif
#include <mmsystem.h>
wxSound::wxSound()
: m_waveData(NULL), m_waveLength(0), m_isResource(false)

View File

@@ -28,11 +28,7 @@
#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"

View File

@@ -37,10 +37,6 @@
#include <string.h>
#include "wx/taskbar.h"
#ifdef __GNUWIN32_OLD__
#include "wx/msw/gnuwin32/extra.h"
#endif
#ifdef __WXWINCE__
#include <winreg.h>
#include <shellapi.h>

View File

@@ -107,13 +107,7 @@
#include <windowsx.h>
#endif
#if (!defined(__GNUWIN32_OLD__) && !defined(__WXMICROWIN__) /* && !defined(__WXWINCE__) */ ) || defined(__CYGWIN10__)
#ifdef __WIN95__
#include <commctrl.h>
#endif
#elif !defined(__WXMICROWIN__) && !defined(__WXWINCE__) // broken compiler
#include "wx/msw/gnuwin32/extra.h"
#endif
#include <commctrl.h>
#include "wx/msw/missing.h"