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:
@@ -12,8 +12,6 @@
|
|||||||
#ifndef _WX_PRIVATE_STATTEXT_H_
|
#ifndef _WX_PRIVATE_STATTEXT_H_
|
||||||
#define _WX_PRIVATE_STATTEXT_H_
|
#define _WX_PRIVATE_STATTEXT_H_
|
||||||
|
|
||||||
#include "wx/window.h"
|
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
wxMARKUP_ENTITY_AMP,
|
wxMARKUP_ENTITY_AMP,
|
||||||
|
@@ -23,10 +23,6 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
|
||||||
#include "wx/wx.h"
|
|
||||||
#endif //WX_PRECOMP
|
|
||||||
|
|
||||||
#include "wx/convauto.h"
|
#include "wx/convauto.h"
|
||||||
|
|
||||||
// we use latin1 by default as it seems the least bad choice: the files we need
|
// we use latin1 by default as it seems the least bad choice: the files we need
|
||||||
|
@@ -16,13 +16,6 @@
|
|||||||
|
|
||||||
#include "wx/glcanvas.h"
|
#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 <gtk/gtk.h>
|
||||||
#include <gdk/gdkx.h>
|
#include <gdk/gdkx.h>
|
||||||
|
|
||||||
|
@@ -14,12 +14,6 @@
|
|||||||
|
|
||||||
#include "wx/radiobox.h"
|
#include "wx/radiobox.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
|
||||||
#include "wx/log.h"
|
|
||||||
#include "wx/frame.h"
|
|
||||||
#include "wx/dialog.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if wxUSE_TOOLTIPS
|
#if wxUSE_TOOLTIPS
|
||||||
#include "wx/tooltip.h"
|
#include "wx/tooltip.h"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -40,14 +40,11 @@
|
|||||||
#include <sys/wait.h> // for WNOHANG
|
#include <sys/wait.h> // for WNOHANG
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "glib.h"
|
#include <gtk/gtk.h>
|
||||||
#include "gdk/gdk.h"
|
#include <gdk/gdkx.h>
|
||||||
#include "gtk/gtk.h"
|
|
||||||
#include "gdk/gdkx.h"
|
|
||||||
|
|
||||||
#if wxUSE_DETECT_SM
|
#if wxUSE_DETECT_SM
|
||||||
#include "X11/Xlib.h"
|
#include <X11/SM/SMlib.h>
|
||||||
#include "X11/SM/SMlib.h"
|
|
||||||
|
|
||||||
#include "wx/unix/utilsx11.h"
|
#include "wx/unix/utilsx11.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user