cleanup: indentation, line length, don't include unneeded headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-11 20:42:37 +00:00
parent 6534efcf7b
commit 8e10778e0e
2 changed files with 124 additions and 78 deletions

View File

@@ -16,11 +16,11 @@
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"
#include "wx/image.h"
#endif
#include "wx/dcsvg.h"
#include "wx/image.h"
#include "wx/wfstream.h"
#define wxSVG_DEBUG FALSE
// or TRUE to see the calls being executed
@@ -711,3 +711,4 @@ void wxSVGFileDC::SetDeviceOrigin(wxCoord x, wxCoord y)
#pragma warn .rch
#pragma warn .ccc
#endif