summaryrefslogtreecommitdiffstats
path: root/include/vcl/GraphicObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/GraphicObject.hxx')
-rw-r--r--include/vcl/GraphicObject.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/vcl/GraphicObject.hxx b/include/vcl/GraphicObject.hxx
index b30808e493f4..854cc14ec6fd 100644
--- a/include/vcl/GraphicObject.hxx
+++ b/include/vcl/GraphicObject.hxx
@@ -23,11 +23,9 @@
#include <memory>
#include <vcl/graph.hxx>
#include <vcl/dllapi.h>
-#include <o3tl/typed_flags_set.hxx>
-#include <com/sun/star/graphic/XGraphic.hpp>
-
-#include <unordered_set>
+namespace com { namespace sun { namespace star { namespace graphic { class XGraphic; } } } }
+namespace o3tl { template <typename T> struct typed_flags; }
enum class GraphicManagerDrawFlags
{
@@ -64,9 +62,6 @@ enum class GraphicDrawMode
Watermark = 3
};
-class GraphicManager;
-class SvStream;
-class GraphicCache;
class VirtualDevice;
struct GrfSimpleCacheObj;
struct ImplTileInfo;