compilation fix for PCH-less compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-17 01:22:03 +00:00
parent 4a36f6b0a2
commit 70eca0fa29

View File

@@ -12,11 +12,11 @@
// TODO: Platform specific backend defaults?
//===========================================================================
// Definitions
// Declarations
//===========================================================================
//---------------------------------------------------------------------------
// Pre-compiled header stuff
// Includes
//---------------------------------------------------------------------------
#include "wx/wxprec.h"
@@ -29,11 +29,9 @@
#ifndef WX_PRECOMP
#include "wx/hash.h"
#include "wx/log.h"
#endif
//---------------------------------------------------------------------------
// Includes
//---------------------------------------------------------------------------
#include "wx/mediactrl.h"
//===========================================================================