summaryrefslogtreecommitdiff
path: root/shell/inc/spsupp/COMOpenDocuments.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'shell/inc/spsupp/COMOpenDocuments.hpp')
-rw-r--r--shell/inc/spsupp/COMOpenDocuments.hpp6
1 files changed, 3 insertions, 3 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>
{