cadstar_archive_parser.h doesn't need dsnlexer.h

This commit is contained in:
Marek Roszko 2021-06-06 19:31:15 -04:00
parent 6cb8154ec0
commit 3ae4aa493f
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include <wx/log.h>
#include <wx/xml/xml.h>
#include <dsnlexer.h>
#include <plugins/cadstar/cadstar_archive_parser.h>
#include <eda_item.h>
#include <eda_text.h>

View File

@ -26,7 +26,8 @@
#ifndef CADSTAR_ARCHIVE_PARSER_H_
#define CADSTAR_ARCHIVE_PARSER_H_
#include <dsnlexer.h>
#include <richio.h>
#include <wx/gdicmn.h>
#include <map>
#include <set>
#include <vector>