X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/925e9792d32e353233985f53a4845f154e455a58..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/samples/mobile/wxedit/wxedit.h?ds=inline diff --git a/samples/mobile/wxedit/wxedit.h b/samples/mobile/wxedit/wxedit.h index 6b412e61dd..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.cpp" -#endif - // Include wxWidgets' headers #ifndef WX_PRECOMP - #include + #include "wx/wx.h" #endif //----------------------------------------------------------------------------