Remove wx/log.h from vertex_manager.h
This commit is contained in:
parent
581ba21865
commit
e234e4dc8b
|
@ -34,8 +34,8 @@
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#ifdef KICAD_GAL_PROFILE
|
|
||||||
#include <wx/log.h>
|
#include <wx/log.h>
|
||||||
|
#ifdef KICAD_GAL_PROFILE
|
||||||
#include <profile.h>
|
#include <profile.h>
|
||||||
#endif /* KICAD_GAL_PROFILE */
|
#endif /* KICAD_GAL_PROFILE */
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,6 @@
|
||||||
#include <gal/color4d.h>
|
#include <gal/color4d.h>
|
||||||
#include <stack>
|
#include <stack>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <wx/log.h>
|
|
||||||
|
|
||||||
namespace KIGFX
|
namespace KIGFX
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue