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