More #include changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-11-28 11:46:33 +00:00
parent 16c1f79c04
commit 5e7e9e1b68
8 changed files with 16 additions and 16 deletions

View File

@@ -20,9 +20,9 @@
#include "gtk/gtk.h" #include "gtk/gtk.h"
#include "wx/gtk/win_gtk.h" #include "wx/gtk/win_gtk.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
#include "gdk/gdkprivate.h" #include <gdk/gdkprivate.h>
#include "gdk/gdkx.h" #include <gdk/gdkx.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// idle system // idle system

View File

@@ -21,10 +21,10 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
#include "gtk/gtk.h" #include <gtk/gtk.h>
#include "wx/gtk/win_gtk.h" #include "wx/gtk/win_gtk.h"
#include "gdk/gdkkeysyms.h" #include <gdk/gdkkeysyms.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// idle system // idle system

View File

@@ -15,7 +15,7 @@
#include "wx/palette.h" #include "wx/palette.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxPalette // wxPalette

View File

@@ -14,7 +14,7 @@
#include "wx/pen.h" #include "wx/pen.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxPen // wxPen

View File

@@ -20,9 +20,9 @@
#include "gtk/gtk.h" #include "gtk/gtk.h"
#include "wx/gtk/win_gtk.h" #include "wx/gtk/win_gtk.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
#include "gdk/gdkprivate.h" #include <gdk/gdkprivate.h>
#include "gdk/gdkx.h" #include <gdk/gdkx.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// idle system // idle system

View File

@@ -21,10 +21,10 @@
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
#include "gtk/gtk.h" #include <gtk/gtk.h>
#include "wx/gtk/win_gtk.h" #include "wx/gtk/win_gtk.h"
#include "gdk/gdkkeysyms.h" #include <gdk/gdkkeysyms.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// idle system // idle system

View File

@@ -15,7 +15,7 @@
#include "wx/palette.h" #include "wx/palette.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxPalette // wxPalette

View File

@@ -14,7 +14,7 @@
#include "wx/pen.h" #include "wx/pen.h"
#include "gdk/gdk.h" #include <gdk/gdk.h>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxPen // wxPen