Browse Source

Remove rouge gdicmn include

newinvert
Marek Roszko 2 years ago
parent
commit
a4d8c021aa
  1. 1
      common/plugins/altium/altium_parser.h
  2. 2
      eeschema/sch_plugins/altium/altium_parser_sch.h
  3. 1
      eeschema/tools/sch_line_wire_bus_tool.h

1
common/plugins/altium/altium_parser.h

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

2
eeschema/sch_plugins/altium/altium_parser_sch.h

@ -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

1
eeschema/tools/sch_line_wire_bus_tool.h

@ -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>

Loading…
Cancel
Save