cadstar_archive_parser.h doesn't need dsnlexer.h
This commit is contained in:
parent
6cb8154ec0
commit
3ae4aa493f
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue