Minor source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-01 09:16:06 +00:00
parent 45f9b662d6
commit 4ce7b1e43f
10 changed files with 24 additions and 31 deletions

View File

@@ -17,12 +17,14 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/gtk/private.h"
#if wxUSE_FILEPICKERCTRL && defined(__WXGTK26__)
#include "wx/filepicker.h"
#include "wx/gtk/private.h"
#if wxUSE_TOOLTIPS
#include "wx/tooltip.h"
#include "wx/tooltip.h"
#endif
#include <gdk/gdk.h>
@@ -35,8 +37,6 @@
// implementation
// ============================================================================
#if wxUSE_FILEPICKERCTRL && defined(__WXGTK26__)
//-----------------------------------------------------------------------------
// wxFileButton
//-----------------------------------------------------------------------------