]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/gridctrl.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / generic / gridctrl.h
index 31849d7d39b02b58596933119cd1e51a6d4844f6..a5833090c4fdc93a986bed9a44e112214be296f0 100644 (file)
 #ifndef _WX_GENERIC_GRIDCTRL_H_
 #define _WX_GENERIC_GRIDCTRL_H_
 
-#if wxUSE_GRID
-
 #include "wx/grid.h"
-#include "wx/string.h"
-#include "wx/arrstr.h"
-#include "wx/datetime.h"
+
+#if wxUSE_GRID
 
 #define wxGRID_VALUE_CHOICEINT    _T("choiceint")
 #define wxGRID_VALUE_DATETIME     _T("datetime")
@@ -155,7 +152,5 @@ private:
 
 };
 
-#endif  // #if wxUSE_GRID
-
-#endif //_WX_GENERIC_GRIDCTRL_H_
-
+#endif  // wxUSE_GRID
+#endif // _WX_GENERIC_GRIDCTRL_H_