hashtables.h doesn't need eda_item.h
This commit is contained in:
parent
4a1126c5e0
commit
5bb6f8c5e3
|
@ -27,6 +27,7 @@
|
||||||
#include <wx/xml/xml.h>
|
#include <wx/xml/xml.h>
|
||||||
|
|
||||||
#include <plugins/cadstar/cadstar_archive_parser.h>
|
#include <plugins/cadstar/cadstar_archive_parser.h>
|
||||||
|
#include <eda_item.h>
|
||||||
#include <eda_text.h>
|
#include <eda_text.h>
|
||||||
#include <macros.h>
|
#include <macros.h>
|
||||||
#include <trigo.h>
|
#include <trigo.h>
|
||||||
|
|
|
@ -27,6 +27,8 @@
|
||||||
#define CADSTAR_ARCHIVE_PARSER_H_
|
#define CADSTAR_ARCHIVE_PARSER_H_
|
||||||
|
|
||||||
#include <dsnlexer.h>
|
#include <dsnlexer.h>
|
||||||
|
#include <map>
|
||||||
|
#include <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <xnode.h>
|
#include <xnode.h>
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#include <eda_item.h>
|
#include <eda_rect.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
|
|
||||||
// First some utility classes and functions
|
// First some utility classes and functions
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include <hashtables.h>
|
#include <hashtables.h>
|
||||||
#include <layers_id_colors_and_visibility.h> // PCB_LAYER_ID
|
#include <layers_id_colors_and_visibility.h> // PCB_LAYER_ID
|
||||||
#include <pcb_lexer.h>
|
#include <pcb_lexer.h>
|
||||||
|
#include <kiid.h>
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue