projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use C++ compiler for va_copy test, at least under IRIX the C99 C compiler has it...
[wxWidgets.git]
/
src
/
common
/
imagpcx.cpp
diff --git
a/src/common/imagpcx.cpp
b/src/common/imagpcx.cpp
index 0581f926fce754a21200a69e0c08e8318ef9d37e..69b04d1ea72c2b5bc69cb03ec84eca2f21ba5f81 100644
(file)
--- a/
src/common/imagpcx.cpp
+++ b/
src/common/imagpcx.cpp
@@
-23,13
+23,12
@@
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/palette.h"
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/palette.h"
+ #include "wx/hash.h"
+ #include "wx/module.h"
#endif
#include "wx/imagpcx.h"
#include "wx/wfstream.h"
#endif
#include "wx/imagpcx.h"
#include "wx/wfstream.h"
-#include "wx/module.h"
-
-#include "wx/hash.h"
//-----------------------------------------------------------------------------
// wxPCXHandler
//-----------------------------------------------------------------------------
// wxPCXHandler