From e234e4dc8b8456b2d9b3c063e9fdc67e7c489f1d Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 6 Jun 2021 09:31:00 -0400 Subject: [PATCH] Remove wx/log.h from vertex_manager.h --- common/gal/opengl/cached_container_ram.cpp | 2 +- include/gal/opengl/vertex_manager.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common/gal/opengl/cached_container_ram.cpp b/common/gal/opengl/cached_container_ram.cpp index 848ed74fb2..74528ad7ea 100644 --- a/common/gal/opengl/cached_container_ram.cpp +++ b/common/gal/opengl/cached_container_ram.cpp @@ -34,8 +34,8 @@ #include #include -#ifdef KICAD_GAL_PROFILE #include +#ifdef KICAD_GAL_PROFILE #include #endif /* KICAD_GAL_PROFILE */ diff --git a/include/gal/opengl/vertex_manager.h b/include/gal/opengl/vertex_manager.h index bdd92a11f6..6ec27ecc70 100644 --- a/include/gal/opengl/vertex_manager.h +++ b/include/gal/opengl/vertex_manager.h @@ -38,7 +38,6 @@ #include #include #include -#include namespace KIGFX {