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

@@ -30,13 +30,13 @@
#include <stdio.h>
#include "command-line.h"
#include "gds-parser/gds-parser.h"
#include "gds-utils/gds-parser.h"
#include "mapping-parser.h"
#include "layer/layer-info.h"
#include "cairo-output/cairo-output.h"
#include "latex-output/latex-output.h"
#include "external-renderer.h"
#include "gds-parser/gds-tree-checker.h"
#include "gds-utils/gds-tree-checker.h"
/**
* @brief Delete layer_info and free nem element.