From: Ron Lee Date: Mon, 17 Sep 2001 23:30:57 +0000 (+0000) Subject: use 'local' quoting for wx headers in lib source X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/85d4fc42e93753e13863c27e4246e493311e83b0 use 'local' quoting for wx headers in lib source git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/regconf.h b/include/wx/msw/regconf.h index 6c19bf5845..91c1020e19 100644 --- a/include/wx/msw/regconf.h +++ b/include/wx/msw/regconf.h @@ -17,9 +17,9 @@ #endif #ifndef _REGISTRY_H - #include + #include "wx/msw/registry.h" #endif -#include +#include "wx/object.h" // ---------------------------------------------------------------------------- // wxRegConfig