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,6 +26,8 @@
|
|||||||
|
|
||||||
#if wxUSE_PRINTING_ARCHITECTURE && (!defined(__WXMSW__) || wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW)
|
#if wxUSE_PRINTING_ARCHITECTURE && (!defined(__WXMSW__) || wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW)
|
||||||
|
|
||||||
|
#include "wx/generic/prntdlgg.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/utils.h"
|
#include "wx/utils.h"
|
||||||
#include "wx/dc.h"
|
#include "wx/dc.h"
|
||||||
@@ -46,8 +48,6 @@
|
|||||||
#include "wx/statline.h"
|
#include "wx/statline.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/generic/prntdlgg.h"
|
|
||||||
|
|
||||||
#if wxUSE_POSTSCRIPT
|
#if wxUSE_POSTSCRIPT
|
||||||
#include "wx/generic/dcpsg.h"
|
#include "wx/generic/dcpsg.h"
|
||||||
#endif
|
#endif
|
||||||
@@ -63,8 +63,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if wxUSE_LIBGNOMEPRINT
|
#if wxUSE_LIBGNOMEPRINT
|
||||||
#include "wx/html/forcelnk.h"
|
#include "wx/link.h"
|
||||||
FORCE_LINK(gnome_print)
|
wxFORCE_LINK_MODULE(gnome_print)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -26,19 +26,12 @@
|
|||||||
#include "wx/font.h"
|
#include "wx/font.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/file.h"
|
|
||||||
#include "wx/filename.h"
|
|
||||||
#include "wx/thread.h"
|
#include "wx/thread.h"
|
||||||
|
|
||||||
#ifdef __WXGPE__
|
#ifdef __WXGPE__
|
||||||
#include <gpe/init.h>
|
#include <gpe/init.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __WXUNIVERSAL__
|
|
||||||
#include "wx/univ/theme.h"
|
|
||||||
#include "wx/univ/renderer.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "wx/gtk/win_gtk.h"
|
#include "wx/gtk/win_gtk.h"
|
||||||
#include "wx/gtk/private.h"
|
#include "wx/gtk/private.h"
|
||||||
|
|
||||||
@@ -48,9 +41,9 @@
|
|||||||
// link GnomeVFS
|
// link GnomeVFS
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if wxUSE_LIBGNOMEVFS
|
#if wxUSE_MIMETYPE && wxUSE_LIBGNOMEVFS
|
||||||
#include "wx/html/forcelnk.h"
|
#include "wx/link.h"
|
||||||
FORCE_LINK(gnome_vfs)
|
wxFORCE_LINK_MODULE(gnome_vfs)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@@ -15,10 +15,10 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/gtk/gnome/gprint.h"
|
|
||||||
|
|
||||||
#if wxUSE_LIBGNOMEPRINT
|
#if wxUSE_LIBGNOMEPRINT
|
||||||
|
|
||||||
|
#include "wx/gtk/gnome/gprint.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#include "wx/dcmemory.h"
|
#include "wx/dcmemory.h"
|
||||||
@@ -42,8 +42,8 @@
|
|||||||
|
|
||||||
static const double RAD2DEG = 180.0 / M_PI;
|
static const double RAD2DEG = 180.0 / M_PI;
|
||||||
|
|
||||||
#include "wx/html/forcelnk.h"
|
#include "wx/link.h"
|
||||||
FORCE_LINK_ME(gnome_print)
|
wxFORCE_LINK_THIS_MODULE(gnome_print)
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// wxGnomePrintLibrary
|
// wxGnomePrintLibrary
|
||||||
|
@@ -15,23 +15,22 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/gtk/gnome/gvfs.h"
|
|
||||||
|
|
||||||
#if wxUSE_MIMETYPE && wxUSE_LIBGNOMEVFS
|
#if wxUSE_MIMETYPE && wxUSE_LIBGNOMEVFS
|
||||||
|
|
||||||
|
#include "wx/gtk/gnome/gvfs.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#include "wx/module.h"
|
#include "wx/module.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/mimetype.h"
|
#include "wx/mimetype.h"
|
||||||
#include "wx/gtk/private.h"
|
|
||||||
#include "wx/dynlib.h"
|
#include "wx/dynlib.h"
|
||||||
|
|
||||||
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
|
#include <libgnomevfs/gnome-vfs-mime-handlers.h>
|
||||||
|
|
||||||
#include "wx/html/forcelnk.h"
|
#include "wx/link.h"
|
||||||
FORCE_LINK_ME(gnome_vfs)
|
wxFORCE_LINK_THIS_MODULE(gnome_vfs)
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
// wxGnomeVFSLibrary
|
// wxGnomeVFSLibrary
|
||||||
|
Reference in New Issue
Block a user