summaryrefslogtreecommitdiff
path: root/sal
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 /sal
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 'sal')
-rw-r--r--sal/osl/unx/file_path_helper.hxx1
-rw-r--r--sal/qa/osl/process/osl_process_child.cxx2
-rw-r--r--sal/rtl/digest.cxx1
-rw-r--r--sal/rtl/hash.hxx1
-rw-r--r--sal/rtl/strimp.hxx1
-rw-r--r--sal/textenc/context.hxx1
-rw-r--r--sal/textenc/convertisciidevangari.cxx1
-rw-r--r--sal/textenc/convertiso2022cn.cxx1
-rw-r--r--sal/textenc/convertiso2022jp.cxx1
-rw-r--r--sal/textenc/convertiso2022kr.cxx1
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.cxx1
-rw-r--r--sal/textenc/convertsinglebytetobmpunicode.hxx1
12 files changed, 1 insertions, 12 deletions
diff --git a/sal/osl/unx/file_path_helper.hxx b/sal/osl/unx/file_path_helper.hxx
index 6b1418daec9a..6396ddbe96f1 100644
--- a/sal/osl/unx/file_path_helper.hxx
+++ b/sal/osl/unx/file_path_helper.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_SAL_OSL_UNX_FILE_PATH_HELPER_HXX
#include "file_path_helper.h"
-
#include <rtl/ustring.hxx>
namespace osl
diff --git a/sal/qa/osl/process/osl_process_child.cxx b/sal/qa/osl/process/osl_process_child.cxx
index ee5ecf5bb2c9..feabd1dc6e7d 100644
--- a/sal/qa/osl/process/osl_process_child.cxx
+++ b/sal/qa/osl/process/osl_process_child.cxx
@@ -29,11 +29,9 @@
#include <stdio.h>
#include <stdlib.h>
-#include <iostream>
#include <fstream>
#include <string.h>
-#include <rtl/ustring.hxx>
#ifdef UNX
#if defined( MACOSX )
diff --git a/sal/rtl/digest.cxx b/sal/rtl/digest.cxx
index 75cf20900de0..b35700e7cefb 100644
--- a/sal/rtl/digest.cxx
+++ b/sal/rtl/digest.cxx
@@ -20,7 +20,6 @@
#include <string.h>
#include <sal/types.h>
-#include <sal/macros.h>
#include <osl/endian.h>
#include <rtl/alloc.h>
#include <rtl/digest.h>
diff --git a/sal/rtl/hash.hxx b/sal/rtl/hash.hxx
index 5997118ca291..9f80448e774e 100644
--- a/sal/rtl/hash.hxx
+++ b/sal/rtl/hash.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SAL_RTL_HASH_HXX
#define INCLUDED_SAL_RTL_HASH_HXX
-#include <sal/types.h>
#include <rtl/ustring.h>
/* These functions are not multi-thread safe: */
diff --git a/sal/rtl/strimp.hxx b/sal/rtl/strimp.hxx
index d7370773f477..b7589cde2f28 100644
--- a/sal/rtl/strimp.hxx
+++ b/sal/rtl/strimp.hxx
@@ -25,7 +25,6 @@
#include <sys/sdt.h>
#endif
-#include <osl/interlck.h>
#include "sal/types.h"
diff --git a/sal/textenc/context.hxx b/sal/textenc/context.hxx
index 1f8eb48add6b..83b4d1e0b2d9 100644
--- a/sal/textenc/context.hxx
+++ b/sal/textenc/context.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SAL_TEXTENC_CONTEXT_HXX
#define INCLUDED_SAL_TEXTENC_CONTEXT_HXX
-#include "sal/config.h"
#include "sal/types.h"
diff --git a/sal/textenc/convertisciidevangari.cxx b/sal/textenc/convertisciidevangari.cxx
index 27cc1ff91913..4fea41d8ef60 100644
--- a/sal/textenc/convertisciidevangari.cxx
+++ b/sal/textenc/convertisciidevangari.cxx
@@ -8,6 +8,7 @@
*/
#include "converter.hxx"
+#include "unichars.hxx"
#include "convertisciidevangari.hxx"
#include "convertsinglebytetobmpunicode.hxx"
#include <rtl/textcvt.h>
diff --git a/sal/textenc/convertiso2022cn.cxx b/sal/textenc/convertiso2022cn.cxx
index 90a27ac648ea..9d361ed3452a 100644
--- a/sal/textenc/convertiso2022cn.cxx
+++ b/sal/textenc/convertiso2022cn.cxx
@@ -22,7 +22,6 @@
#include "rtl/textcvt.h"
#include "sal/types.h"
-#include "context.hxx"
#include "converter.hxx"
#include "convertiso2022cn.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertiso2022jp.cxx b/sal/textenc/convertiso2022jp.cxx
index 7a821d55cac4..2aa9587ff28e 100644
--- a/sal/textenc/convertiso2022jp.cxx
+++ b/sal/textenc/convertiso2022jp.cxx
@@ -22,7 +22,6 @@
#include "rtl/textcvt.h"
#include "sal/types.h"
-#include "context.hxx"
#include "converter.hxx"
#include "convertiso2022jp.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertiso2022kr.cxx b/sal/textenc/convertiso2022kr.cxx
index 10e15bb36403..95a6520a8758 100644
--- a/sal/textenc/convertiso2022kr.cxx
+++ b/sal/textenc/convertiso2022kr.cxx
@@ -22,7 +22,6 @@
#include "rtl/textcvt.h"
#include "sal/types.h"
-#include "context.hxx"
#include "converter.hxx"
#include "convertiso2022kr.hxx"
#include "tenchelp.hxx"
diff --git a/sal/textenc/convertsinglebytetobmpunicode.cxx b/sal/textenc/convertsinglebytetobmpunicode.cxx
index fb522877cf03..8464b82328c2 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.cxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.cxx
@@ -21,7 +21,6 @@
#include <cstddef>
-#include "osl/diagnose.h"
#include "rtl/textcvt.h"
#include "sal/types.h"
diff --git a/sal/textenc/convertsinglebytetobmpunicode.hxx b/sal/textenc/convertsinglebytetobmpunicode.hxx
index cf765e26936f..8f3c8d6dcd38 100644
--- a/sal/textenc/convertsinglebytetobmpunicode.hxx
+++ b/sal/textenc/convertsinglebytetobmpunicode.hxx
@@ -26,7 +26,6 @@
#include "sal/types.h"
-#include "tenchelp.hxx"
/// @HTML