Rename gds-parser folder to gds-utils because it no longer contains only the parser

This commit is contained in:
2019-03-21 21:24:59 +01:00
parent 67f9d9b4ee
commit 008fe52cb2
15 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
#define __CAIRO_OUTPUT_H__
#include "../layer/layer-info.h"
#include "../gds-parser/gds-types.h"
#include "../gds-utils/gds-types.h"
/** @addtogroup Cairo-Renderer
* @{