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:
Paul Cornett
2007-01-15 01:26:05 +00:00
parent 3f83a9cda3
commit 09a0945522
4 changed files with 15 additions and 23 deletions

View File

@@ -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
//-----------------------------------------------------------------------------