From 111587549e5e80285b8cccb2504f259400c84556 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 25 Aug 2019 00:52:33 +0200 Subject: [PATCH] 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. --- src/common/filesys.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/filesys.cpp b/src/common/filesys.cpp index 83961e3ca1..3df18603bd 100644 --- a/src/common/filesys.cpp +++ b/src/common/filesys.cpp @@ -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"