1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:22:01 +03:00

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:16:37 -03:00
parent e0c1e533f4
commit c353129172
2 changed files with 1 additions and 3 deletions

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

View File

@ -17,6 +17,7 @@
#include <stdbool.h>
#include "file/file.h"
#include "text.h"
enum lib_state {