summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 3b91a3269478..3b3e280ebd8c 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -21,14 +21,11 @@
#define INCLUDED_VCL_GRAPH_HXX
#include <memory>
-#include <tools/stream.hxx>
#include <vcl/dllapi.h>
#include <tools/solar.h>
#include <rtl/ustring.hxx>
-#include <vcl/bitmap.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/animate.hxx>
-#include <vcl/gdimtf.hxx>
#include <vcl/gfxlink.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <vcl/vectorgraphicdata.hxx>
@@ -47,7 +44,9 @@ enum class GraphicType
namespace com { namespace sun { namespace star { namespace graphic { class XGraphic;} } } }
namespace vcl { class Font; }
-class GfxLink;
+class Bitmap;
+class GDIMetaFile;
+class SvStream;
class ImpGraphic;
class OutputDevice;
class ReaderData;