// 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"
DECLARE_NO_COPY_CLASS(wxGridSelection)
};
-#endif // #ifdef __WXGRIDSEL_H__
#endif // #ifndef wxUSE_GRID
+#endif // #ifdef __WXGRIDSEL_H__