Remove wx includes out of cadstar_archive_loader.h
This commit is contained in:
parent
b610b905fc
commit
581ba21865
|
@ -23,6 +23,8 @@
|
||||||
* @brief Helper functions and common defines between schematic and PCB Archive files
|
* @brief Helper functions and common defines between schematic and PCB Archive files
|
||||||
*/
|
*/
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
|
#include <wx/log.h>
|
||||||
|
#include <wx/xml/xml.h>
|
||||||
|
|
||||||
#include <plugins/cadstar/cadstar_archive_parser.h>
|
#include <plugins/cadstar/cadstar_archive_parser.h>
|
||||||
#include <eda_text.h>
|
#include <eda_text.h>
|
||||||
|
|
|
@ -28,8 +28,6 @@
|
||||||
|
|
||||||
#include <dsnlexer.h>
|
#include <dsnlexer.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <wx/log.h>
|
|
||||||
#include <wx/xml/xml.h>
|
|
||||||
#include <xnode.h>
|
#include <xnode.h>
|
||||||
|
|
||||||
// THROW_IO_ERROR definitions to ensure consistent wording is used in the error messages
|
// THROW_IO_ERROR definitions to ensure consistent wording is used in the error messages
|
||||||
|
@ -75,6 +73,7 @@
|
||||||
#define PART_NAME_ATTRID ( ATTRIBUTE_ID ) wxT( "__PART_NAME__" )
|
#define PART_NAME_ATTRID ( ATTRIBUTE_ID ) wxT( "__PART_NAME__" )
|
||||||
|
|
||||||
class EDA_TEXT;
|
class EDA_TEXT;
|
||||||
|
class wxXmlAttribute;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Helper functions and common structures for CADSTAR PCB and Schematic archive files.
|
* @brief Helper functions and common structures for CADSTAR PCB and Schematic archive files.
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
#include <convert_basic_shapes_to_polygon.h>
|
#include <convert_basic_shapes_to_polygon.h>
|
||||||
#include <trigo.h>
|
#include <trigo.h>
|
||||||
#include <macros.h>
|
#include <macros.h>
|
||||||
|
#include <wx/log.h>
|
||||||
|
|
||||||
#include <limits> // std::numeric_limits
|
#include <limits> // std::numeric_limits
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue