Kaydet (Commit) 2c1bf30b authored tarafından Riccardo Magliocchetti's avatar Riccardo Magliocchetti Kaydeden (comit) Stephan Bergmann

More iwyu suggested headers removal

Signed-off-by: 's avatarRiccardo 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
üst 18db9ba9
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include "rtl/string.hxx" #include "rtl/string.hxx"
#include "sal/types.h" #include "sal/types.h"
#include <vector>
OString codemaker::UnoType::decompose( OString codemaker::UnoType::decompose(
OString const & type, sal_Int32 * rank, OString const & type, sal_Int32 * rank,
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include "dumputils.hxx" #include "dumputils.hxx"
#include "codemaker/global.hxx" #include "codemaker/global.hxx"
#include "codemaker/commoncpp.hxx"
#include "rtl/ustring.hxx" #include "rtl/ustring.hxx"
#include "sal/types.h" #include "sal/types.h"
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include "idlc/asttype.hxx" #include "idlc/asttype.hxx"
#include "idlc/idlctypes.hxx" #include "idlc/idlctypes.hxx"
class AstDeclaration;
class AstScope; class AstScope;
class AstStructInstance: public AstType { class AstStructInstance: public AstType {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX #define INCLUDED_SALHELPER_SIMPLEREFERENCEOBJECT_HXX
#include <osl/interlck.h> #include <osl/interlck.h>
#include <sal/types.h>
#include <salhelper/salhelperdllapi.h> #include <salhelper/salhelperdllapi.h>
#include <cstddef> #include <cstddef>
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define INCLUDED_SAL_OSL_UNX_FILE_PATH_HELPER_HXX #define INCLUDED_SAL_OSL_UNX_FILE_PATH_HELPER_HXX
#include "file_path_helper.h" #include "file_path_helper.h"
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
namespace osl namespace osl
......
...@@ -29,11 +29,9 @@ ...@@ -29,11 +29,9 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <iostream>
#include <fstream> #include <fstream>
#include <string.h> #include <string.h>
#include <rtl/ustring.hxx>
#ifdef UNX #ifdef UNX
#if defined( MACOSX ) #if defined( MACOSX )
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include <string.h> #include <string.h>
#include <sal/types.h> #include <sal/types.h>
#include <sal/macros.h>
#include <osl/endian.h> #include <osl/endian.h>
#include <rtl/alloc.h> #include <rtl/alloc.h>
#include <rtl/digest.h> #include <rtl/digest.h>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef INCLUDED_SAL_RTL_HASH_HXX #ifndef INCLUDED_SAL_RTL_HASH_HXX
#define INCLUDED_SAL_RTL_HASH_HXX #define INCLUDED_SAL_RTL_HASH_HXX
#include <sal/types.h>
#include <rtl/ustring.h> #include <rtl/ustring.h>
/* These functions are not multi-thread safe: */ /* These functions are not multi-thread safe: */
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <sys/sdt.h> #include <sys/sdt.h>
#endif #endif
#include <osl/interlck.h>
#include "sal/types.h" #include "sal/types.h"
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#ifndef INCLUDED_SAL_TEXTENC_CONTEXT_HXX #ifndef INCLUDED_SAL_TEXTENC_CONTEXT_HXX
#define INCLUDED_SAL_TEXTENC_CONTEXT_HXX #define INCLUDED_SAL_TEXTENC_CONTEXT_HXX
#include "sal/config.h"
#include "sal/types.h" #include "sal/types.h"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
*/ */
#include "converter.hxx" #include "converter.hxx"
#include "unichars.hxx"
#include "convertisciidevangari.hxx" #include "convertisciidevangari.hxx"
#include "convertsinglebytetobmpunicode.hxx" #include "convertsinglebytetobmpunicode.hxx"
#include <rtl/textcvt.h> #include <rtl/textcvt.h>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "rtl/textcvt.h" #include "rtl/textcvt.h"
#include "sal/types.h" #include "sal/types.h"
#include "context.hxx"
#include "converter.hxx" #include "converter.hxx"
#include "convertiso2022cn.hxx" #include "convertiso2022cn.hxx"
#include "tenchelp.hxx" #include "tenchelp.hxx"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "rtl/textcvt.h" #include "rtl/textcvt.h"
#include "sal/types.h" #include "sal/types.h"
#include "context.hxx"
#include "converter.hxx" #include "converter.hxx"
#include "convertiso2022jp.hxx" #include "convertiso2022jp.hxx"
#include "tenchelp.hxx" #include "tenchelp.hxx"
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include "rtl/textcvt.h" #include "rtl/textcvt.h"
#include "sal/types.h" #include "sal/types.h"
#include "context.hxx"
#include "converter.hxx" #include "converter.hxx"
#include "convertiso2022kr.hxx" #include "convertiso2022kr.hxx"
#include "tenchelp.hxx" #include "tenchelp.hxx"
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#include <cstddef> #include <cstddef>
#include "osl/diagnose.h"
#include "rtl/textcvt.h" #include "rtl/textcvt.h"
#include "sal/types.h" #include "sal/types.h"
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
#include "sal/types.h" #include "sal/types.h"
#include "tenchelp.hxx"
/// @HTML /// @HTML
......
...@@ -20,10 +20,6 @@ ...@@ -20,10 +20,6 @@
#include "object.hxx" #include "object.hxx"
#include "sal/types.h" #include "sal/types.h"
#include "rtl/alloc.h"
#include "rtl/ref.hxx"
#include "osl/diagnose.h"
#include "osl/interlck.h"
namespace store namespace store
{ {
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define INCLUDED_STORE_SOURCE_OBJECT_HXX #define INCLUDED_STORE_SOURCE_OBJECT_HXX
#include "sal/types.h" #include "sal/types.h"
#include "rtl/ref.hxx"
#include "osl/interlck.h" #include "osl/interlck.h"
#include "salhelper/simplereferenceobject.hxx" #include "salhelper/simplereferenceobject.hxx"
......
...@@ -75,10 +75,7 @@ ...@@ -75,10 +75,7 @@
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <errno.h>
#include <sys/file.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <math.h>
#include "parseAFM.hxx" #include "parseAFM.hxx"
#include "vcl/strhelper.hxx" #include "vcl/strhelper.hxx"
......
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
#ifndef INCLUDED_VCL_GENERIC_FONTMANAGER_PARSEAFM_HXX #ifndef INCLUDED_VCL_GENERIC_FONTMANAGER_PARSEAFM_HXX
#define INCLUDED_VCL_GENERIC_FONTMANAGER_PARSEAFM_HXX #define INCLUDED_VCL_GENERIC_FONTMANAGER_PARSEAFM_HXX
#include <stdio.h>
namespace psp { namespace psp {
......
...@@ -24,8 +24,6 @@ class BitmapWriteAccess; ...@@ -24,8 +24,6 @@ class BitmapWriteAccess;
class BitmapReadAccess; class BitmapReadAccess;
struct BitmapBuffer; struct BitmapBuffer;
class BitmapColor; class BitmapColor;
class Size;
class Point;
struct SalTwoRect; struct SalTwoRect;
// the bmpfast functions have signatures with good compatibility to // the bmpfast functions have signatures with good compatibility to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment