From 6e18c3c2d4e368ac645c3856f3cb60b6b6133400 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Wed, 6 Jun 2018 07:05:18 -0400 Subject: [PATCH] exclude headers for now --- src/wx/panel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 98d690a4..47da2781 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -2228,8 +2228,8 @@ void GLDrawingPanel::DrawArea(wxWindowDC& dc) #if defined(__WXMSW__) && !defined(NO_D3D) #define DIRECT3D_VERSION 0x0900 #include // main include file -#include // required for font rendering -#include // contains debug functions +//#include // required for font rendering +//#include // contains debug functions DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height) : DrawingPanel(parent, _width, _height)