we don't need to include wx/url.h from the header, we do need to include wx/uri.h...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Dec 2006 19:20:40 +0000 (19:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Dec 2006 19:20:40 +0000 (19:20 +0000)
commit5059e05d4264fb104bd982a8ce49f13f129a0a30
tree01246fdcfd81bfbf863d08264891364785599323
parent5ea50c92a5d5a3f261c2aa849849a21a6898ed11
we don't need to include wx/url.h from the header, we do need to include wx/uri.h from the .cpp file (fixes compilation when wxUSE_URL==0 but wxUSE_PROTOCOL_FILE==1)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/protocol/file.h
src/common/sckfile.cpp