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