From: Włodzimierz Skiba Date: Sun, 30 Apr 2006 21:16:56 +0000 (+0000) Subject: Be nice to eVC++ build process and don't include not existing files. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4ff26999522a2faabd9133e52ba588df6b514884 Be nice to eVC++ build process and don't include not existing files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/glcanvas.h b/include/wx/glcanvas.h index b4f2bac6b6..762665c0be 100644 --- a/include/wx/glcanvas.h +++ b/include/wx/glcanvas.h @@ -32,8 +32,6 @@ #include "wx/mac/glcanvas.h" #elif defined(__WXCOCOA__) #include "wx/cocoa/glcanvas.h" -#elif defined(__WXPM__) -#include "wx/os2/glcanvas.h" #endif #include "wx/app.h"