X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..4bc4bae18573d2e8111ed0df0061f32a012f04dd:/include/wx/generic/gridsel.h diff --git a/include/wx/generic/gridsel.h b/include/wx/generic/gridsel.h index bfa1c4e038..0fa66dc46a 100644 --- a/include/wx/generic/gridsel.h +++ b/include/wx/generic/gridsel.h @@ -9,13 +9,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#ifndef __WXGRIDSEL_H__ +#define __WXGRIDSEL_H__ + #include "wx/defs.h" #if wxUSE_GRID -#ifndef __WXGRIDSEL_H__ -#define __WXGRIDSEL_H__ - #include "wx/grid.h" class WXDLLIMPEXP_ADV wxGridSelection{ @@ -83,6 +83,6 @@ private: DECLARE_NO_COPY_CLASS(wxGridSelection) }; -#endif // #ifdef __WXGRIDSEL_H__ #endif // #ifndef wxUSE_GRID +#endif // #ifdef __WXGRIDSEL_H__