From: Stefan Csomor Date: Tue, 18 Dec 2007 13:23:59 +0000 (+0000) Subject: moving things to private headers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/66bc98cccb1ee57905fb51b72be0c145c82b68fa moving things to private headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/graphcmn.cpp b/src/common/graphcmn.cpp index 4fbab9c909..0cd27eca98 100644 --- a/src/common/graphcmn.cpp +++ b/src/common/graphcmn.cpp @@ -18,7 +18,7 @@ #if wxUSE_GRAPHICS_CONTEXT -#include "wx/graphics.h" +#include "wx/private/graphics.h" #ifndef WX_PRECOMP #include "wx/icon.h"