hashtables.h doesn't need eda_item.h

This commit is contained in:
Marek Roszko 2021-06-06 19:11:35 -04:00
parent 4a1126c5e0
commit 5bb6f8c5e3
4 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,7 @@
#include <wx/xml/xml.h>
#include <plugins/cadstar/cadstar_archive_parser.h>
#include <eda_item.h>
#include <eda_text.h>
#include <macros.h>
#include <trigo.h>

View File

@ -27,6 +27,8 @@
#define CADSTAR_ARCHIVE_PARSER_H_
#include <dsnlexer.h>
#include <map>
#include <set>
#include <vector>
#include <xnode.h>

View File

@ -27,7 +27,7 @@
#include <unordered_map>
#include <eda_item.h>
#include <eda_rect.h>
#include <wx/string.h>
// First some utility classes and functions

View File

@ -34,6 +34,7 @@
#include <hashtables.h>
#include <layers_id_colors_and_visibility.h> // PCB_LAYER_ID
#include <pcb_lexer.h>
#include <kiid.h>
#include <unordered_map>