remove some unneeded includes, clean up gnome force link stuff a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,19 +26,12 @@
|
||||
#include "wx/font.h"
|
||||
#endif
|
||||
|
||||
#include "wx/file.h"
|
||||
#include "wx/filename.h"
|
||||
#include "wx/thread.h"
|
||||
|
||||
#ifdef __WXGPE__
|
||||
#include <gpe/init.h>
|
||||
#endif
|
||||
|
||||
#ifdef __WXUNIVERSAL__
|
||||
#include "wx/univ/theme.h"
|
||||
#include "wx/univ/renderer.h"
|
||||
#endif
|
||||
|
||||
#include "wx/gtk/win_gtk.h"
|
||||
#include "wx/gtk/private.h"
|
||||
|
||||
@@ -48,9 +41,9 @@
|
||||
// link GnomeVFS
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#if wxUSE_LIBGNOMEVFS
|
||||
#include "wx/html/forcelnk.h"
|
||||
FORCE_LINK(gnome_vfs)
|
||||
#if wxUSE_MIMETYPE && wxUSE_LIBGNOMEVFS
|
||||
#include "wx/link.h"
|
||||
wxFORCE_LINK_MODULE(gnome_vfs)
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user