diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:25:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-27 19:28:50 +0200 |
commit | cf98d5baf8da031086fadf23ea731b3f2c183ca7 (patch) | |
tree | 6fa76a536cc3455b27d3ffcc81a9008bef19b530 /shell/inc/zipfile.hxx | |
parent | 6092fd425fe68590bffb49c0390e4ecabf9d9fbd (diff) |
loplugin:includeform: shell (Windows)
Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd
Diffstat (limited to 'shell/inc/zipfile.hxx')
-rw-r--r-- | shell/inc/zipfile.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/inc/zipfile.hxx b/shell/inc/zipfile.hxx index 4e31ca7ef246..753c4e3cd824 100644 --- a/shell/inc/zipfile.hxx +++ b/shell/inc/zipfile.hxx @@ -25,7 +25,7 @@ #include <string> #include <vector> #include <memory> -#include <filepath.hxx> +#include "filepath.hxx" class StreamInterface; |