X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..7447bdd7b7bc864b948e7a8db61a1ea6b962c66b:/include/wx/generic/numdlgg.h diff --git a/include/wx/generic/numdlgg.h b/include/wx/generic/numdlgg.h index 700844b68e..2859462745 100644 --- a/include/wx/generic/numdlgg.h +++ b/include/wx/generic/numdlgg.h @@ -6,20 +6,16 @@ // Created: 07.02.04 (extracted from textdlgg.cpp) // RCS-ID: $Id$ // Copyright: (c) wxWidgets team -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __NUMDLGH_G__ #define __NUMDLGH_G__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "numdlgg.h" -#endif +#include "wx/defs.h" #if wxUSE_NUMBERDLG -#include "wx/defs.h" - #include "wx/dialog.h" #if wxUSE_SPINCTRL @@ -81,4 +77,3 @@ wxGetNumberFromUser(const wxString& message, #endif // wxUSE_NUMBERDLG #endif // __NUMDLGH_G__ -