X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..5c62cb6c7dfce1fac3ec9ac23cfef8cd2a043214:/src/palmos/icon.cpp diff --git a/src/palmos/icon.cpp b/src/palmos/icon.cpp index 78367b5875..12a7d01948 100644 --- a/src/palmos/icon.cpp +++ b/src/palmos/icon.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: palmos/icon.cpp +// Name: src/palmos/icon.cpp // Purpose: wxIcon class -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "icon.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -28,12 +24,12 @@ #pragma hdrstop #endif +#include "wx/icon.h" + #ifndef WX_PRECOMP - #include "wx/defs.h" #include "wx/list.h" #include "wx/utils.h" #include "wx/app.h" - #include "wx/icon.h" #include "wx/bitmap.h" #include "wx/log.h" #endif @@ -94,4 +90,3 @@ bool wxIcon::LoadFile(const wxString& filename, { return false; } -