[DEV] change the SVG parser dependence debug

This commit is contained in:
Edouard DUPIN 2012-11-22 22:09:36 +01:00
parent 2697e6940e
commit 6ff447eadb
4 changed files with 8 additions and 3 deletions

View File

@ -25,8 +25,9 @@
#ifndef __SVG_BASE_H__
#define __SVG_BASE_H__
#include <etk/Types.h>
#include <etk/types.h>
#include <etk/Vector.h>
#include <etk/math/Vector2D.h>
#include <draw/Color.h>
#include <tinyXML/tinyxml.h>

View File

@ -25,7 +25,7 @@
#ifndef __PARSER_SVG_DEBUG_H__
#define __PARSER_SVG_DEBUG_H__
#include <etk/Types.h>
#include <etk/types.h>
#include <etk/Debug.h>
extern const char * parserSVGLibName;

View File

@ -26,6 +26,7 @@
#define __SVG_RENDERER_H__
#include <etk/UString.h>
#include <etk/math/Vector2D.h>
#include <draw/Color.h>
#include <agg/agg_basics.h>

View File

@ -25,8 +25,11 @@
#ifndef __SVG_PARSER_H__
#define __SVG_PARSER_H__
#include <etk/os/FSNode.h>
#include <etk/types.h>
#include <etk/Vector.h>
#include <etk/math/Vector2D.h>
#include <etk/os/FSNode.h>
#include <parserSVG/Base.h>
#include <draw/Image.h>