diff options
author | Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> | 2014-11-14 12:07:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-18 10:32:40 +0100 |
commit | 2c1bf30bda6b914611134317b652402e4488fd03 (patch) | |
tree | 7ee17e69f94bbd30ccfb1a47dc07c640f2c53281 /vcl | |
parent | 18db9ba9891df7c909dc1f67bbfe9ef25620f816 (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 'vcl')
-rw-r--r-- | vcl/generic/fontmanager/parseAFM.cxx | 3 | ||||
-rw-r--r-- | vcl/generic/fontmanager/parseAFM.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/bmpfast.hxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/vcl/generic/fontmanager/parseAFM.cxx b/vcl/generic/fontmanager/parseAFM.cxx index 13cdca73673b..b3a7f7ae8144 100644 --- a/vcl/generic/fontmanager/parseAFM.cxx +++ b/vcl/generic/fontmanager/parseAFM.cxx @@ -75,10 +75,7 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <errno.h> -#include <sys/file.h> #include <sys/stat.h> -#include <math.h> #include "parseAFM.hxx" #include "vcl/strhelper.hxx" diff --git a/vcl/generic/fontmanager/parseAFM.hxx b/vcl/generic/fontmanager/parseAFM.hxx index d1fe171623ed..3f9c7d619656 100644 --- a/vcl/generic/fontmanager/parseAFM.hxx +++ b/vcl/generic/fontmanager/parseAFM.hxx @@ -92,7 +92,6 @@ #ifndef INCLUDED_VCL_GENERIC_FONTMANAGER_PARSEAFM_HXX #define INCLUDED_VCL_GENERIC_FONTMANAGER_PARSEAFM_HXX -#include <stdio.h> namespace psp { diff --git a/vcl/inc/bmpfast.hxx b/vcl/inc/bmpfast.hxx index a637d9f4e6b3..2a4f6cd45a71 100644 --- a/vcl/inc/bmpfast.hxx +++ b/vcl/inc/bmpfast.hxx @@ -24,8 +24,6 @@ class BitmapWriteAccess; class BitmapReadAccess; struct BitmapBuffer; class BitmapColor; -class Size; -class Point; struct SalTwoRect; // the bmpfast functions have signatures with good compatibility to |