summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/gradient.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2022-11-27 03:06:22 +1100
committerTomaž Vajngerl <quikee@gmail.com>2022-12-01 05:01:12 +0100
commit1a5d548b96d86ad7ca04c2b23dc18517a538a998 (patch)
tree076d8ef66d157bc1feb72c10011adcf5294ed7fe /vcl/source/outdev/gradient.cxx
parentce60a3dd4dbff0dcb5b82c9053ae5d90f8ac929d (diff)
vcl: remove unnecessary includes
Change-Id: I41cb0b38857ddeef7cb7f82c1b523a9c7fcf2413 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143324 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/source/outdev/gradient.cxx')
-rw-r--r--vcl/source/outdev/gradient.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/vcl/source/outdev/gradient.cxx b/vcl/source/outdev/gradient.cxx
index 707ca47d960a..5a60184abfff 100644
--- a/vcl/source/outdev/gradient.cxx
+++ b/vcl/source/outdev/gradient.cxx
@@ -17,20 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <memory>
-#include <cassert>
-
#include <tools/poly.hxx>
-#include <vcl/gdimtf.hxx>
+
#include <vcl/gradient.hxx>
#include <vcl/metaact.hxx>
#include <vcl/settings.hxx>
-#include <vcl/outdev.hxx>
#include <vcl/virdev.hxx>
#include <vcl/window.hxx>
#include <salgdi.hxx>
+#include <cassert>
+#include <memory>
+
#define GRADIENT_DEFAULT_STEPCOUNT 0
void OutputDevice::DrawGradient( const tools::Rectangle& rRect,