Remove wx includes out of cadstar_archive_loader.h

This commit is contained in:
Marek Roszko 2021-06-06 09:28:02 -04:00
parent b610b905fc
commit 581ba21865
3 changed files with 4 additions and 2 deletions

View File

@ -23,6 +23,8 @@
* @brief Helper functions and common defines between schematic and PCB Archive files
*/
#include <wx/filename.h>
#include <wx/log.h>
#include <wx/xml/xml.h>
#include <plugins/cadstar/cadstar_archive_parser.h>
#include <eda_text.h>

View File

@ -28,8 +28,6 @@
#include <dsnlexer.h>
#include <vector>
#include <wx/log.h>
#include <wx/xml/xml.h>
#include <xnode.h>
// 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__" )
class EDA_TEXT;
class wxXmlAttribute;
/**
* @brief Helper functions and common structures for CADSTAR PCB and Schematic archive files.

View File

@ -39,6 +39,7 @@
#include <convert_basic_shapes_to_polygon.h>
#include <trigo.h>
#include <macros.h>
#include <wx/log.h>
#include <limits> // std::numeric_limits