#include markup fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2005-10-07 14:01:37 +00:00
parent d66551669c
commit ae0fbceefa
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
#ifndef __DCSVG_H
#define __DCSVG_H
#include <wx/wfstream.h>
#include <wx/string.h>
#include "wx/wfstream.h"
#include "wx/string.h"
#ifdef WXMAKINGDLL_SVG
#define WXDLLIMPEXP_SVG WXEXPORT

View File

@ -36,8 +36,8 @@ USERC("svg.rc");
#include "wx/mdi.h"
#endif
#include <wx/toolbar.h>
#include <wx/svg/dcsvg.h>
#include "wx/toolbar.h"
#include "wx/svg/dcsvg.h"
#include "mondrian.xpm"

View File

@ -1,7 +1,7 @@
#ifndef __DCSVG_H
#define __DCSVG_H
#include <wx/wfstream.h>
#include <wx/string.h>
#include "wx/wfstream.h"
#include "wx/string.h"
#ifdef WXMAKINGDLL_SVG
#define WXDLLIMPEXP_SVG WXEXPORT

View File

@ -36,8 +36,8 @@ USERC("svg.rc");
#include "wx/mdi.h"
#endif
#include <wx/toolbar.h>
#include <wx/svg/dcsvg.h>
#include "wx/toolbar.h"
#include "wx/svg/dcsvg.h"
#include "mondrian.xpm"