[DEV] change the SVG parser dependence debug
This commit is contained in:
parent
2697e6940e
commit
6ff447eadb
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user