X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..ba5b8a68f7486cfb11e326c200e1c2df3e1a534d:/include/wx/generic/gridsel.h diff --git a/include/wx/generic/gridsel.h b/include/wx/generic/gridsel.h index 49dc14acf6..0fa66dc46a 100644 --- a/include/wx/generic/gridsel.h +++ b/include/wx/generic/gridsel.h @@ -9,16 +9,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/defs.h" - -#if wxUSE_GRID - #ifndef __WXGRIDSEL_H__ #define __WXGRIDSEL_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "gridsel.h" -#endif +#include "wx/defs.h" + +#if wxUSE_GRID #include "wx/grid.h" @@ -87,6 +83,6 @@ private: DECLARE_NO_COPY_CLASS(wxGridSelection) }; -#endif // #ifdef __WXGRIDSEL_H__ #endif // #ifndef wxUSE_GRID +#endif // #ifdef __WXGRIDSEL_H__