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