summaryrefslogtreecommitdiff
path: root/shell/inc/spsupp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-27 19:25:27 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-27 19:28:50 +0200
commitcf98d5baf8da031086fadf23ea731b3f2c183ca7 (patch)
tree6fa76a536cc3455b27d3ffcc81a9008bef19b530 /shell/inc/spsupp
parent6092fd425fe68590bffb49c0390e4ecabf9d9fbd (diff)
loplugin:includeform: shell (Windows)
Change-Id: I80109e4e60b0f72efee53509d5539918cec789bd
Diffstat (limited to 'shell/inc/spsupp')
-rw-r--r--shell/inc/spsupp/COMOpenDocuments.hpp6
-rw-r--r--shell/inc/spsupp/COMRefCounted.hpp4
-rw-r--r--shell/inc/spsupp/registrar.hpp2
3 files changed, 6 insertions, 6 deletions
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: