eeshow/kicad/dwg.h: don't include fig.h; forgot to include text.h in lib.h

This commit is contained in:
Werner Almesberger
2016-08-17 21:17:35 -03:00
parent e0c1e533f4
commit c353129172
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -14,9 +14,6 @@
#ifndef KICAD_DWG_H
#define KICAD_DWG_H
#include "fig.h"
enum dwg_shape {
dwg_unspec, // UnSpc
dwg_in, // Input
+1
View File
@@ -17,6 +17,7 @@
#include <stdbool.h>
#include "file/file.h"
#include "text.h"
enum lib_state {