projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
regenerate after the recent changes (wxDataViewCtrl enabled by default, socket sample...
[wxWidgets.git]
/
src
/
unix
/
sound_sdl.cpp
diff --git
a/src/unix/sound_sdl.cpp
b/src/unix/sound_sdl.cpp
index 4858a0f2820580553a5ecaa5747f395dce437ffb..972ebd11e4772417828c6e18017fcd3ce3e54ca7 100644
(file)
--- a/
src/unix/sound_sdl.cpp
+++ b/
src/unix/sound_sdl.cpp
@@
-13,7
+13,7
@@
#include "wx/wxprec.h"
#if defined(__BORLANDC__)
#include "wx/wxprec.h"
#if defined(__BORLANDC__)
-#pragma hdrstop
+
#pragma hdrstop
#endif
#if wxUSE_SOUND && wxUSE_LIBSDL
#endif
#if wxUSE_SOUND && wxUSE_LIBSDL
@@
-25,10
+25,10
@@
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
+ #include "wx/module.h"
#endif
#include "wx/thread.h"
#endif
#include "wx/thread.h"
-#include "wx/module.h"
#include "wx/sound.h"
// ----------------------------------------------------------------------------
#include "wx/sound.h"
// ----------------------------------------------------------------------------