X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11fdee427ee7c2aae0fda8655b30791f084a45ab..6cd674726b8ae173a567410b03bfa94423c69926:/samples/mobile/wxedit/wxedit.h diff --git a/samples/mobile/wxedit/wxedit.h b/samples/mobile/wxedit/wxedit.h index 66b1d41d2e..40a80f13bb 100644 --- a/samples/mobile/wxedit/wxedit.h +++ b/samples/mobile/wxedit/wxedit.h @@ -1,20 +1,17 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wxedit.h // Author: Robert Roebling +// RCS-ID: $Id$ // Created: 04/07/02 ///////////////////////////////////////////////////////////////////////////// #ifndef __wxedit_H__ #define __wxedit_H__ -#if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "wxedit.h" -#endif - // Include wxWidgets' headers #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif //----------------------------------------------------------------------------