Remove rouge gdicmn include

This commit is contained in:
Marek Roszko 2023-09-06 18:33:22 -04:00
parent 4d77fd48ef
commit a4d8c021aa
3 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@
#include <memory>
#include <numeric>
#include <wx/gdicmn.h>
#include <wx/mstream.h>
#include <wx/zstream.h>
#include <math/vector2d.h>

View File

@ -31,8 +31,6 @@
#include <vector>
#include <math/vector2d.h>
#include <wx/gdicmn.h>
#include <wx/string.h>
// this constant specifies a item which is not inside an component

View File

@ -25,7 +25,6 @@
#ifndef SCH_LINE_WIRE_BUS_TOOL_H
#define SCH_LINE_WIRE_BUS_TOOL_H
#include <wx/gdicmn.h>
#include <wx/string.h>
#include <string>
#include <vector>