X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4b5e5cfb2230d990c6988266340329c420cd1a74..f84a986cfc6e512240b77fcdfbacc769b8a0cd02:/include/wx/generic/numdlgg.h diff --git a/include/wx/generic/numdlgg.h b/include/wx/generic/numdlgg.h index ce9ea55e86..2859462745 100644 --- a/include/wx/generic/numdlgg.h +++ b/include/wx/generic/numdlgg.h @@ -5,21 +5,17 @@ // Modified by: // Created: 07.02.04 (extracted from textdlgg.cpp) // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // 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__ -