"wx/xxx.h" --> <wx/xxx.h>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-06-17 16:29:17 +00:00
parent 79570d64d3
commit 73864f4018
4 changed files with 10 additions and 10 deletions

View File

@@ -11,13 +11,13 @@
#pragma implementation "wxLayout.h"
#endif
#include "wx/wxprec.h"
#include <wx/wxprec.h>
#ifdef __BORLANDC__
# pragma hdrstop
#endif
#include "wxLayout.h"
#include "wx/textfile.h"
#include <wx/textfile.h>
#include "Micon.xpm"