X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46697f31a56e92d865bb7a90a6093de14d4e8e5f..ec38225e66be33459125f0df1c9e3695c27509c0:/src/msw/penwin.cpp diff --git a/src/msw/penwin.cpp b/src/msw/penwin.cpp index ec3a6fccbb..2295b2665c 100644 --- a/src/msw/penwin.cpp +++ b/src/msw/penwin.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: penwin.cpp +// Name: src/msw/penwin.cpp // Purpose: PenWindows code // Author: Julian Smart // Modified by: @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -21,8 +17,7 @@ #endif #ifndef WX_PRECOMP -#include "wx/setup.h" -#include "wx/window.h" + #include "wx/window.h" #endif #include "wx/msw/private.h" @@ -117,4 +112,3 @@ void wxCleanUpPenWin(void) } #endif } -