Move backend-specific wxWebRequest headers to private subdirs

There is no need to make these headers public and keeping them private
will allow making backwards-incompatible changes to them in the future.
This commit is contained in:
Vadim Zeitlin
2020-12-26 17:00:07 +01:00
parent 8b632bb892
commit e5bd5a926c
16 changed files with 6 additions and 34 deletions

View File

@@ -14,7 +14,7 @@
#if wxUSE_WEBREQUEST_CURL
#include "wx/webrequest_curl.h"
#include "wx/private/webrequest_curl.h"
#ifndef WX_PRECOMP
#include "wx/log.h"