X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b8646e07d9eefb944b2b0e8aa9a264847b0b73a..a1f7eb20e6cfbc3e3e4999b62639325bb43f9f81:/src/msw/glcanvas.cpp?ds=inline diff --git a/src/msw/glcanvas.cpp b/src/msw/glcanvas.cpp index 3d3fc51624..b93f1995cb 100644 --- a/src/msw/glcanvas.cpp +++ b/src/msw/glcanvas.cpp @@ -19,19 +19,18 @@ #pragma hdrstop #endif -#include - #if wxUSE_GLCANVAS #ifndef WX_PRECOMP -#include + #include "wx/frame.h" + #include "wx/settings.h" + #include "wx/intl.h" + #include "wx/log.h" #endif -#include -#include -#include +#include "wx/msw/private.h" -#include +#include "wx/glcanvas.h" static const wxChar *wxGLCanvasClassName = wxT("wxGLCanvasClass"); static const wxChar *wxGLCanvasClassNameNoRedraw = wxT("wxGLCanvasClassNR");