summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2014-11-14 12:07:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-18 10:32:40 +0100
commit2c1bf30bda6b914611134317b652402e4488fd03 (patch)
tree7ee17e69f94bbd30ccfb1a47dc07c640f2c53281 /store
parent18db9ba9891df7c909dc1f67bbfe9ef25620f816 (diff)
More iwyu suggested headers removal
Signed-off-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, undid one remove that was detrimental to loplugin:unreffun Change-Id: I18d8252084d828f94ef7a954e1dbfb45743d7970
Diffstat (limited to 'store')
-rw-r--r--store/source/object.cxx4
-rw-r--r--store/source/object.hxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/store/source/object.cxx b/store/source/object.cxx
index 53d1c089f690..bf17fed3f45f 100644
--- a/store/source/object.cxx
+++ b/store/source/object.cxx
@@ -20,10 +20,6 @@
#include "object.hxx"
#include "sal/types.h"
-#include "rtl/alloc.h"
-#include "rtl/ref.hxx"
-#include "osl/diagnose.h"
-#include "osl/interlck.h"
namespace store
{
diff --git a/store/source/object.hxx b/store/source/object.hxx
index 31f827fe8147..72381d05155b 100644
--- a/store/source/object.hxx
+++ b/store/source/object.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_STORE_SOURCE_OBJECT_HXX
#include "sal/types.h"
-#include "rtl/ref.hxx"
#include "osl/interlck.h"
#include "salhelper/simplereferenceobject.hxx"