X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f85afd4e46af8d5432aefa584bb3e54a8eac5522..c9ccc09c64f4c29d4667796bef7b507d9e8d25ed:/include/wx/grid.h?ds=sidebyside diff --git a/include/wx/grid.h b/include/wx/grid.h index c6f4fc5dc8..a271413e01 100644 --- a/include/wx/grid.h +++ b/include/wx/grid.h @@ -1,7 +1,22 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: wx/grid.h +// Purpose: wxGrid base header +// Author: Julian Smart +// Modified by: +// Created: +// Copyright: (c) Julian Smart +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_GRID_H_BASE_ #define _WX_GRID_H_BASE_ #include "wx/generic/grid.h" -#endif - // _WX_GRID_H_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_