Chnaged includes to work without precompiled headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2000-03-19 12:57:08 +00:00
parent 6e58645e86
commit 444cb676b2

View File

@ -14,9 +14,10 @@
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// headers // headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifndef _DYNARRAY_H
#include <wx/dynarray.h> #include "wx/dynarray.h"
#endif //_DYNARRAY_H #include "wx/string.h"
#include "wx/control.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// types // types