X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8898456df4728afe7d100011e0e23b0ffb9a6341..05b4fddf49a7c3b0f983b195b376d06690da16de:/src/common/imagtiff.cpp diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index ed0ec204b7..4db167ecbb 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -16,14 +16,15 @@ #if wxUSE_IMAGE && wxUSE_LIBTIFF +#include "wx/imagtiff.h" + #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/app.h" + #include "wx/intl.h" + #include "wx/bitmap.h" #endif -#include "wx/imagtiff.h" -#include "wx/bitmap.h" -#include "wx/debug.h" extern "C" { #include "tiff.h" @@ -31,15 +32,14 @@ extern "C" } #include "wx/filefn.h" #include "wx/wfstream.h" -#include "wx/intl.h" #include "wx/module.h" #ifndef TIFFLINKAGEMODE - #if defined(__WATCOMC__) && defined(__WXMGL__) - #define TIFFLINKAGEMODE cdecl - #else - #define TIFFLINKAGEMODE LINKAGEMODE - #endif + #if defined(__WATCOMC__) && defined(__WXMGL__) + #define TIFFLINKAGEMODE cdecl + #else + #define TIFFLINKAGEMODE LINKAGEMODE + #endif #endif //-----------------------------------------------------------------------------