From 55703c91786847325c6eca84da92e2834857cfaa Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 27 Nov 1999 16:45:59 +0000 Subject: [PATCH] ?lk git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/frame.cpp | 11 ++++++----- src/gtk/gauge.cpp | 4 ++-- src/gtk1/frame.cpp | 11 ++++++----- src/gtk1/gauge.cpp | 4 ++-- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/gtk/frame.cpp b/src/gtk/frame.cpp index 751e7631cb..a5b565ffcb 100644 --- a/src/gtk/frame.cpp +++ b/src/gtk/frame.cpp @@ -32,12 +32,13 @@ #endif #include "wx/dcclient.h" -#include "glib.h" -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include +#include +#include +#include + #include "wx/gtk/win_gtk.h" -#include "gdk/gdkkeysyms.h" -#include "gdk/gdkx.h" // ---------------------------------------------------------------------------- // constants diff --git a/src/gtk/gauge.cpp b/src/gtk/gauge.cpp index ecc9b39d77..6cfcc74b0e 100644 --- a/src/gtk/gauge.cpp +++ b/src/gtk/gauge.cpp @@ -15,8 +15,8 @@ #if wxUSE_GAUGE -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include //----------------------------------------------------------------------------- // wxGauge diff --git a/src/gtk1/frame.cpp b/src/gtk1/frame.cpp index 751e7631cb..a5b565ffcb 100644 --- a/src/gtk1/frame.cpp +++ b/src/gtk1/frame.cpp @@ -32,12 +32,13 @@ #endif #include "wx/dcclient.h" -#include "glib.h" -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include +#include +#include +#include + #include "wx/gtk/win_gtk.h" -#include "gdk/gdkkeysyms.h" -#include "gdk/gdkx.h" // ---------------------------------------------------------------------------- // constants diff --git a/src/gtk1/gauge.cpp b/src/gtk1/gauge.cpp index ecc9b39d77..6cfcc74b0e 100644 --- a/src/gtk1/gauge.cpp +++ b/src/gtk1/gauge.cpp @@ -15,8 +15,8 @@ #if wxUSE_GAUGE -#include "gdk/gdk.h" -#include "gtk/gtk.h" +#include +#include //----------------------------------------------------------------------------- // wxGauge -- 2.45.2