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

@@ -31,7 +31,7 @@
* @{
*/
#include "../gds-parser/gds-types.h"
#include "../gds-utils/gds-types.h"
#include <glib.h>
#include <stdio.h>
#include "../layer/layer-info.h"