summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-08-19 08:08:55 -0300
committerDavid Tardon <dtardon@redhat.com>2014-08-20 09:10:01 -0500
commitb3d985230968fe8987023db6353d09d4567be74c (patch)
tree177767487d286d1726cf38a07edc64d9c4002d5d /tools
parente5070e0cc2bc7c19668846d3faaa1b97e3440f06 (diff)
Remove more useless includes of tools/debug.hxx
Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc Reviewed-on: https://gerrit.libreoffice.org/11020 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/source/generic/config.cxx1
-rw-r--r--tools/source/generic/line.cxx1
-rw-r--r--tools/source/stream/strmunx.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index b90f7a947381..913a1cfe3cb6 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -29,7 +29,6 @@
#include <osl/file.hxx>
#include <tools/stream.hxx>
-#include <tools/debug.hxx>
#include <tools/config.hxx>
#include <osl/security.h>
#include <rtl/strbuf.hxx>
diff --git a/tools/source/generic/line.cxx b/tools/source/generic/line.cxx
index 013be469945b..f84003cb6e00 100644
--- a/tools/source/generic/line.cxx
+++ b/tools/source/generic/line.cxx
@@ -19,7 +19,6 @@
#include <tools/link.hxx>
#include <tools/line.hxx>
-#include <tools/debug.hxx>
#include <tools/helpers.hxx>
#include <cstdlib>
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index 7c2c6513edfa..a10ea4523eae 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -25,7 +25,6 @@
#include <unistd.h>
#include <limits.h>
-#include <tools/debug.hxx>
#include <tools/stream.hxx>
#include <vector>