X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..39601a7f74796aae377ad1520595f083fdafd7b6:/include/wx/grid.h diff --git a/include/wx/grid.h b/include/wx/grid.h index 6d55e0889b..a271413e01 100644 --- a/include/wx/grid.h +++ b/include/wx/grid.h @@ -1,11 +1,22 @@ -#ifndef __GRIDH_BASE__ -#define __GRIDH_BASE__ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/grid.h +// Purpose: wxGrid base header +// Author: Julian Smart +// Modified by: +// Created: +// Copyright: (c) Julian Smart +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// -#include "wx/generic/gridg.h" +#ifndef _WX_GRID_H_BASE_ +#define _WX_GRID_H_BASE_ -#ifndef wxGrid -#define wxGrid wxGenericGrid -#endif +#include "wx/generic/grid.h" -#endif - // __GRIDH_BASE__ +// these headers used to be included from the above header but isn't any more, +// still do it from here for compatibility +#include "wx/generic/grideditors.h" +#include "wx/generic/gridctrl.h" + +#endif // _WX_GRID_H_BASE_