]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/glcanvas.cpp
This fixes a crash that would happen when DeleteAllItems is called
[wxWidgets.git] / src / msw / glcanvas.cpp
index 3d3fc51624b4445ca5985b4afd6501346e0f0800..b93f1995cbb2776b6343430b2aec5fc48c70420a 100644 (file)
 #pragma hdrstop
 #endif
 
-#include <wx/setup.h>
-
 #if wxUSE_GLCANVAS
 
 #ifndef WX_PRECOMP
-#include <wx/frame.h>
+    #include "wx/frame.h"
+    #include "wx/settings.h"
+    #include "wx/intl.h"
+    #include "wx/log.h"
 #endif
 
-#include <wx/msw/private.h>
-#include <wx/settings.h>
-#include <wx/log.h>
+#include "wx/msw/private.h"
 
-#include <wx/glcanvas.h>
+#include "wx/glcanvas.h"
 
 static const wxChar *wxGLCanvasClassName = wxT("wxGLCanvasClass");
 static const wxChar *wxGLCanvasClassNameNoRedraw = wxT("wxGLCanvasClassNR");