diff options
Diffstat (limited to 'vcl/unx/generic/gdi/salgdi2.cxx')
-rw-r--r-- | vcl/unx/generic/gdi/salgdi2.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/gdi/salgdi2.cxx b/vcl/unx/generic/gdi/salgdi2.cxx index 2080210c66a8..a600c31b5e0c 100644 --- a/vcl/unx/generic/gdi/salgdi2.cxx +++ b/vcl/unx/generic/gdi/salgdi2.cxx @@ -21,18 +21,18 @@ #include "salgdiimpl.hxx" #include <vcl/salbtype.hxx> +#include <vcl/sysdata.hxx> #include "unx/pixmap.hxx" #include "unx/salunx.h" -#include "unx/saldata.hxx" #include "unx/saldisp.hxx" #include "unx/salbmp.h" #include "unx/salgdi.h" -#include "unx/salframe.h" #include "unx/salvd.h" #include "unx/x11/x11gdiimpl.h" #include <unx/x11/xlimits.hxx> #include "xrender_peer.hxx" +#include "salframe.hxx" #include "unx/printergfx.hxx" |