remove unneeded #includes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2011-01-08 18:05:33 +00:00
parent ec96ef0b6f
commit dc771347d0
5 changed files with 3 additions and 25 deletions

View File

@@ -12,8 +12,6 @@
#ifndef _WX_PRIVATE_STATTEXT_H_
#define _WX_PRIVATE_STATTEXT_H_
#include "wx/window.h"
enum
{
wxMARKUP_ENTITY_AMP,

View File

@@ -23,10 +23,6 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif //WX_PRECOMP
#include "wx/convauto.h"
// we use latin1 by default as it seems the least bad choice: the files we need

View File

@@ -16,13 +16,6 @@
#include "wx/glcanvas.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/frame.h"
#include "wx/colour.h"
#include "wx/module.h"
#endif // WX_PRECOMP
#include <gtk/gtk.h>
#include <gdk/gdkx.h>

View File

@@ -14,12 +14,6 @@
#include "wx/radiobox.h"
#ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/frame.h"
#include "wx/dialog.h"
#endif
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#endif

View File

@@ -40,14 +40,11 @@
#include <sys/wait.h> // for WNOHANG
#include <unistd.h>
#include "glib.h"
#include "gdk/gdk.h"
#include "gtk/gtk.h"
#include "gdk/gdkx.h"
#include <gtk/gtk.h>
#include <gdk/gdkx.h>
#if wxUSE_DETECT_SM
#include "X11/Xlib.h"
#include "X11/SM/SMlib.h"
#include <X11/SM/SMlib.h>
#include "wx/unix/utilsx11.h"
#endif