mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 02:55:21 +02:00
eeshow/kicad/dwg.h: don't include fig.h; forgot to include text.h in lib.h
This commit is contained in:
parent
e0c1e533f4
commit
c353129172
@ -14,9 +14,6 @@
|
||||
#ifndef KICAD_DWG_H
|
||||
#define KICAD_DWG_H
|
||||
|
||||
#include "fig.h"
|
||||
|
||||
|
||||
enum dwg_shape {
|
||||
dwg_unspec, // UnSpc
|
||||
dwg_in, // Input
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "file/file.h"
|
||||
#include "text.h"
|
||||
|
||||
|
||||
enum lib_state {
|
||||
|
Loading…
Reference in New Issue
Block a user