X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..b2458f311b426717c4d36b51aed2595a59f373d9:/src/common/imagjpeg.cpp diff --git a/src/common/imagjpeg.cpp b/src/common/imagjpeg.cpp index 9892a3fcc2..829dc4c796 100644 --- a/src/common/imagjpeg.cpp +++ b/src/common/imagjpeg.cpp @@ -11,19 +11,20 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #if wxUSE_IMAGE && wxUSE_LIBJPEG +#include "wx/imagjpeg.h" + #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" + #include "wx/intl.h" #endif -#include "wx/imagjpeg.h" #include "wx/bitmap.h" -#include "wx/debug.h" // NB: Some compilers define boolean type in Windows headers // (e.g. Watcom C++, but not Open Watcom). @@ -45,7 +46,6 @@ extern "C" #include "wx/filefn.h" #include "wx/wfstream.h" -#include "wx/intl.h" #include "wx/module.h" // For memcpy