From a7724966ab4fc8cd680a20e4f2a65f276e001a39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 22 Oct 2013 15:58:57 +0300 Subject: Bin comments that claim to say why some header is included They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c --- .../Components/Addons/ProtocolHandlerAddon_cpp/component.cxx | 4 ++-- .../DevelopersGuide/Components/CppComponent/service2_impl.cxx | 2 +- odk/examples/OLE/activex/SOActiveX.h | 2 +- odk/examples/OLE/activex/SOComWindowPeer.h | 2 +- odk/examples/cpp/counter/counter.cxx | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx index 20c2628da3f4..0e516e3f9958 100644 --- a/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx +++ b/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/component.cxx @@ -35,8 +35,8 @@ #include #include -#include // helper for queryInterface() impl -#include // helper for component factory +#include +#include // generated c++ interfaces #include #include diff --git a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx index 33dc4ec4344d..f23e5cfee55c 100644 --- a/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx +++ b/odk/examples/DevelopersGuide/Components/CppComponent/service2_impl.cxx @@ -33,7 +33,7 @@ * *************************************************************************/ -#include // "3" implementing three interfaces +#include #include #include diff --git a/odk/examples/OLE/activex/SOActiveX.h b/odk/examples/OLE/activex/SOActiveX.h index 2f71bcd3108f..3e00dd51facd 100644 --- a/odk/examples/OLE/activex/SOActiveX.h +++ b/odk/examples/OLE/activex/SOActiveX.h @@ -38,7 +38,7 @@ #ifndef __SOACTIVEX_H_ #define __SOACTIVEX_H_ -#include "resource.h" // main symbols +#include "resource.h" #include #include #include diff --git a/odk/examples/OLE/activex/SOComWindowPeer.h b/odk/examples/OLE/activex/SOComWindowPeer.h index 55c9dd3a5e14..29856820bd57 100644 --- a/odk/examples/OLE/activex/SOComWindowPeer.h +++ b/odk/examples/OLE/activex/SOComWindowPeer.h @@ -44,7 +44,7 @@ #pragma once #endif // _MSC_VER > 1000 -#include "resource.h" // main symbols +#include "resource.h" #include #include #include diff --git a/odk/examples/cpp/counter/counter.cxx b/odk/examples/cpp/counter/counter.cxx index 6f65f5cb735e..9dd008e06762 100644 --- a/odk/examples/cpp/counter/counter.cxx +++ b/odk/examples/cpp/counter/counter.cxx @@ -46,8 +46,8 @@ #include #include -#include // helper for queryInterface() impl -#include // helper for component factory +#include +#include // generated c++ interfaces #include #include -- cgit