Remove now unnecessary header from filesys.cpp

There is no need to include wx/uri.h from this file any more, now that
it doesn't use wxURI::Unescape() any longer.
This commit is contained in:
Vadim Zeitlin
2019-08-25 00:52:33 +02:00
parent 14bcf09924
commit 111587549e

View File

@@ -27,7 +27,6 @@
#include "wx/mimetype.h"
#include "wx/filename.h"
#include "wx/tokenzr.h"
#include "wx/uri.h"
#include "wx/private/fileback.h"
#include "wx/utils.h"