wxTinderbox build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
035b6a79d0
commit
c3be59bcdb
@ -9,8 +9,7 @@
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/defs.h>
|
||||
#include <wx/stream.h>
|
||||
#include "wx/stream.h"
|
||||
#endif
|
||||
|
||||
#include "wx/mmedia/sndbase.h"
|
||||
|
@ -11,9 +11,9 @@
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/stream.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <wx/intl.h>
|
||||
#include "wx/stream.h"
|
||||
#include "wx/wfstream.h"
|
||||
#include "wx/intl.h"
|
||||
#endif
|
||||
|
||||
#include "wx/mmedia/vidbase.h"
|
||||
|
@ -11,12 +11,12 @@
|
||||
#include "wx/wxprec.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
#include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXGTK__
|
||||
// Pizza !
|
||||
#include <wx/gtk/win_gtk.h>
|
||||
#include "wx/gtk/win_gtk.h"
|
||||
#endif
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
@ -28,10 +28,10 @@
|
||||
#include <gdk/gdkprivate.h>
|
||||
#endif
|
||||
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <wx/datstrm.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include "wx/filefn.h"
|
||||
#include "wx/wfstream.h"
|
||||
#include "wx/datstrm.h"
|
||||
#include "wx/tokenzr.h"
|
||||
|
||||
#define WXMMEDIA_INTERNAL
|
||||
#include "wx/mmedia/vidbase.h"
|
||||
|
Loading…
Reference in New Issue
Block a user