Remove wx/log.h from vertex_manager.h

This commit is contained in:
Marek Roszko 2021-06-06 09:31:00 -04:00
parent 581ba21865
commit e234e4dc8b
2 changed files with 1 additions and 2 deletions

View File

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

View File

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