summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/graph.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-03-29 16:29:12 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2011-03-29 16:29:12 +0200
commiteabb05e6ca5ef108b0487ab052f5b6880dde17c4 (patch)
treea60598f2af192edf8a991361fced018480b5963d /vcl/source/gdi/graph.cxx
parent020f84b9be7ca00070fa832e48cd377cae462ad9 (diff)
parent6423decfb669412c820e019f244f6dc2f85b598e (diff)
CWS-TOOLING: integrate CWS vcl2gnumake
Diffstat (limited to 'vcl/source/gdi/graph.cxx')
-rw-r--r--vcl/source/gdi/graph.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/source/gdi/graph.cxx b/vcl/source/gdi/graph.cxx
index 99f82c5d092b..65555a441a1a 100644
--- a/vcl/source/gdi/graph.cxx
+++ b/vcl/source/gdi/graph.cxx
@@ -27,11 +27,15 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_vcl.hxx"
-#include <vcl/impgraph.hxx>
+
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/graph.hxx>
+
+#include <impgraph.hxx>
+
#include <comphelper/processfactory.hxx>
+
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/graphic/XGraphicProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>