From: Stefan Neis Date: Sun, 19 Mar 2000 12:57:08 +0000 (+0000) Subject: Chnaged includes to work without precompiled headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/444cb676b239bd5d87c645c21c800053271cc348 Chnaged includes to work without precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/notebook.h b/include/wx/os2/notebook.h index 6dcd73855b..39415272d8 100644 --- a/include/wx/os2/notebook.h +++ b/include/wx/os2/notebook.h @@ -14,9 +14,10 @@ // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#ifndef _DYNARRAY_H - #include -#endif //_DYNARRAY_H + +#include "wx/dynarray.h" +#include "wx/string.h" +#include "wx/control.h" // ---------------------------------------------------------------------------- // types