diff options
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/basereader.hxx | 2 | ||||
-rw-r--r-- | shell/inc/contentreader.hxx | 2 | ||||
-rw-r--r-- | shell/inc/fileextensions.hxx | 2 | ||||
-rw-r--r-- | shell/inc/infotips.hxx | 2 | ||||
-rw-r--r-- | shell/inc/metainforeader.hxx | 2 | ||||
-rw-r--r-- | shell/inc/propsheets.hxx | 2 | ||||
-rw-r--r-- | shell/inc/registry.hxx | 2 | ||||
-rw-r--r-- | shell/inc/spsupp/COMOpenDocuments.hpp | 6 | ||||
-rw-r--r-- | shell/inc/spsupp/COMRefCounted.hpp | 4 | ||||
-rw-r--r-- | shell/inc/spsupp/registrar.hpp | 2 | ||||
-rw-r--r-- | shell/inc/stream_helper.hxx | 2 | ||||
-rw-r--r-- | shell/inc/zipfile.hxx | 2 |
12 files changed, 15 insertions, 15 deletions
diff --git a/shell/inc/basereader.hxx b/shell/inc/basereader.hxx index 0acd5e9e615d..8ccb1a5f1490 100644 --- a/shell/inc/basereader.hxx +++ b/shell/inc/basereader.hxx @@ -28,7 +28,7 @@ #include "xml_parser.hxx" #include "zipfile.hxx" -#include <filepath.hxx> +#include "filepath.hxx" class CBaseReader : public i_xml_parser_event_handler { diff --git a/shell/inc/contentreader.hxx b/shell/inc/contentreader.hxx index d2d943e5517d..55a943b6dd1a 100644 --- a/shell/inc/contentreader.hxx +++ b/shell/inc/contentreader.hxx @@ -22,7 +22,7 @@ #include "basereader.hxx" #include <stack> -#include <filepath.hxx> +#include "filepath.hxx" class ITag; class StreamInterface; diff --git a/shell/inc/fileextensions.hxx b/shell/inc/fileextensions.hxx index 677a7b58a9ea..5c499beb8b4e 100644 --- a/shell/inc/fileextensions.hxx +++ b/shell/inc/fileextensions.hxx @@ -23,7 +23,7 @@ #include "global.hxx" #include <string> -#include <filepath.hxx> +#include "filepath.hxx" // A simple table with information about the currently used OO file extensions // for instance ".sxw" and information about windows registry keys which are diff --git a/shell/inc/infotips.hxx b/shell/inc/infotips.hxx index a14569baf1c6..270250d27f04 100644 --- a/shell/inc/infotips.hxx +++ b/shell/inc/infotips.hxx @@ -30,7 +30,7 @@ #pragma warning(pop) #endif #include <string> -#include <filepath.hxx> +#include "filepath.hxx" class CInfoTip : public IQueryInfo, public IPersistFile { diff --git a/shell/inc/metainforeader.hxx b/shell/inc/metainforeader.hxx index 436a70f287d8..33e82a532806 100644 --- a/shell/inc/metainforeader.hxx +++ b/shell/inc/metainforeader.hxx @@ -23,7 +23,7 @@ #include "basereader.hxx" #include "types.hxx" #include <stack> -#include <filepath.hxx> +#include "filepath.hxx" class ITag; class CKeywordsTag; diff --git a/shell/inc/propsheets.hxx b/shell/inc/propsheets.hxx index 8bb77bac45bc..920ede7ccff3 100644 --- a/shell/inc/propsheets.hxx +++ b/shell/inc/propsheets.hxx @@ -31,7 +31,7 @@ #endif #include <string> #include <memory> -#include <filepath.hxx> +#include "filepath.hxx" class CPropertySheet : public IShellExtInit, public IShellPropSheetExt { diff --git a/shell/inc/registry.hxx b/shell/inc/registry.hxx index 4a6d6c843c89..3da9eccd40c6 100644 --- a/shell/inc/registry.hxx +++ b/shell/inc/registry.hxx @@ -32,7 +32,7 @@ #pragma warning(pop) #endif #include <string> -#include <filepath.hxx> +#include "filepath.hxx" /** Sets a value of the specified registry key, an empty ValueName sets the default value diff --git a/shell/inc/spsupp/COMOpenDocuments.hpp b/shell/inc/spsupp/COMOpenDocuments.hpp index e6c1f22c59e4..f4543c948587 100644 --- a/shell/inc/spsupp/COMOpenDocuments.hpp +++ b/shell/inc/spsupp/COMOpenDocuments.hpp @@ -14,13 +14,13 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wnon-virtual-dtor" #endif -#include "spsupp_h.h" +#include <spsupp_h.h> #if defined __clang__ #pragma clang diagnostic pop #endif #include "COMRefCounted.hpp" -#include "Objsafe.h" -#include "assert.h" +#include <Objsafe.h> +#include <assert.h> class COMOpenDocuments : public COMRefCounted<IOWSNewDocument3> { diff --git a/shell/inc/spsupp/COMRefCounted.hpp b/shell/inc/spsupp/COMRefCounted.hpp index 9647db2fb0aa..5673b66517ae 100644 --- a/shell/inc/spsupp/COMRefCounted.hpp +++ b/shell/inc/spsupp/COMRefCounted.hpp @@ -10,8 +10,8 @@ #ifndef INCLUDED_SHELL_INC_SPSUPP_COMREFCOUNTED_HPP #define INCLUDED_SHELL_INC_SPSUPP_COMREFCOUNTED_HPP -#include "objbase.h" -#include "assert.h" +#include <objbase.h> +#include <assert.h> template <class Interface> class COMRefCounted : public Interface diff --git a/shell/inc/spsupp/registrar.hpp b/shell/inc/spsupp/registrar.hpp index a2a2db49616a..b055ac8b0d42 100644 --- a/shell/inc/spsupp/registrar.hpp +++ b/shell/inc/spsupp/registrar.hpp @@ -13,7 +13,7 @@ #if !defined WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN #endif -#include "windows.h" +#include <windows.h> class Registrar { public: diff --git a/shell/inc/stream_helper.hxx b/shell/inc/stream_helper.hxx index 65667d6fe6ce..bcd2f28f04ff 100644 --- a/shell/inc/stream_helper.hxx +++ b/shell/inc/stream_helper.hxx @@ -21,7 +21,7 @@ #define INCLUDED_SHELL_INC_INTERNAL_STREAM_HELPER_HXX #include "types.hxx" -#include <filepath.hxx> +#include "filepath.hxx" struct IStream; 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; |