Don't leak a wx header via eda_item.h
Turns out this provided the translation header globally :D
This commit is contained in:
parent
c294d28275
commit
af2707929d
|
@ -30,6 +30,7 @@
|
|||
#include <cctype>
|
||||
|
||||
#include <dsnlexer.h>
|
||||
#include <wx/translation.h>
|
||||
|
||||
#define FMT_CLIPBOARD _( "clipboard" )
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <algorithm>
|
||||
#include <bitmaps.h>
|
||||
#include <hotkeys_basic.h>
|
||||
#include <wx/translation.h>
|
||||
|
||||
TOOL_ACTION::TOOL_ACTION( const std::string& aName, TOOL_ACTION_SCOPE aScope,
|
||||
int aDefaultHotKey, const std::string& aLegacyHotKeyName,
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <convert_to_biu.h> // SCH_IU_PER_MM
|
||||
#include <macros.h>
|
||||
#include <sch_plugins/cadstar/cadstar_sch_archive_parser.h>
|
||||
#include <wx/translation.h>
|
||||
|
||||
|
||||
void CADSTAR_SCH_ARCHIVE_PARSER::Parse()
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <deque>
|
||||
|
||||
#include <core/typeinfo.h>
|
||||
#include <wx/fdrepdlg.h>
|
||||
#include <view/view_item.h>
|
||||
#include <kiid.h>
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <cadstar_pcb_archive_parser.h>
|
||||
#include <convert_to_biu.h> // PCB_IU_PER_MM
|
||||
#include <macros.h>
|
||||
#include <wx/translation.h>
|
||||
|
||||
|
||||
void CADSTAR_PCB_ARCHIVE_PARSER::Parse()
|
||||
|
|
Loading…
Reference in New Issue