diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:34:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:59 +0200 |
commit | a50d42929aefc5a3a421228efde86aa83f478e05 (patch) | |
tree | c01880667fc4f9694b0449c316ca3f4f9f74b18d /package/inc/HashMaps.hxx | |
parent | cb3b0cb54e1e505a0e54ef64fe46e8173c1379b2 (diff) |
loplugin:includeform: package
Change-Id: I64200b2d03d579c5c83d1ec0cc8aaa839edaa7ed
Diffstat (limited to 'package/inc/HashMaps.hxx')
-rw-r--r-- | package/inc/HashMaps.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/HashMaps.hxx b/package/inc/HashMaps.hxx index f10760f62517..46df27962cf9 100644 --- a/package/inc/HashMaps.hxx +++ b/package/inc/HashMaps.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_PACKAGE_INC_HASHMAPS_HXX #define INCLUDED_PACKAGE_INC_HASHMAPS_HXX -#include <ZipEntry.hxx> +#include "ZipEntry.hxx" #include <rtl/ref.hxx> #include <unordered_map> |