summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2012-03-29 16:49:07 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-03-29 17:55:58 +0100
commit82f5a3b5df000966d344b26fe36e776bc947c6ef (patch)
tree7bcd37c7c9090531228a28318407bbd78edce611 /toolkit
parent02f385b9eafe7172727cf8cdd2d9c86540cdf275 (diff)
Remove unnecessary tools/table.hxx #includes
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrol.cxx1
-rw-r--r--toolkit/source/controls/unocontrolmodel.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index b845b5984714..cec8c40fe56e 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -39,7 +39,6 @@
#include <rtl/memory.h>
#include <rtl/uuid.h>
#include <osl/mutex.hxx>
-#include <tools/table.hxx>
#include <tools/date.hxx>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
diff --git a/toolkit/source/controls/unocontrolmodel.cxx b/toolkit/source/controls/unocontrolmodel.cxx
index ac7f3ed1948b..8afc19e68057 100644
--- a/toolkit/source/controls/unocontrolmodel.cxx
+++ b/toolkit/source/controls/unocontrolmodel.cxx
@@ -43,7 +43,6 @@
#include <rtl/memory.h>
#include <rtl/uuid.h>
#include <tools/diagnose_ex.h>
-#include <tools/table.hxx>
#include <tools/date.hxx>
#include <tools/time.hxx>
#include <tools/debug.hxx>