X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9429ecf52be4bd2824352a6a40c2b93b130279e..c009bf3e9fdbbbe794c0670ff1b1f9f296c91c02:/src/msw/colordlg.cpp diff --git a/src/msw/colordlg.cpp b/src/msw/colordlg.cpp index c364ae2d40..d425d89bc6 100644 --- a/src/msw/colordlg.cpp +++ b/src/msw/colordlg.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "colordlg.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -30,7 +26,6 @@ #ifndef WX_PRECOMP #include - #include "wx/defs.h" #include "wx/colour.h" #include "wx/gdicmn.h" #include "wx/utils.h"