summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_canvascustomsprite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/directx/dx_canvascustomsprite.cxx')
-rw-r--r--canvas/source/directx/dx_canvascustomsprite.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/canvas/source/directx/dx_canvascustomsprite.cxx b/canvas/source/directx/dx_canvascustomsprite.cxx
index 7dbe80a0d99a..b6295424e005 100644
--- a/canvas/source/directx/dx_canvascustomsprite.cxx
+++ b/canvas/source/directx/dx_canvascustomsprite.cxx
@@ -17,21 +17,21 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
-#include <ctype.h>
-#include <cppuhelper/supportsservice.hxx>
-#include <tools/diagnose_ex.h>
+#include <cctype>
+#include <basegfx/matrix/b2dhommatrix.hxx>
+#include <basegfx/point/b2dpoint.hxx>
+#include <cppuhelper/supportsservice.hxx>
#include <rtl/math.hxx>
+#include <tools/diagnose_ex.h>
#include <canvas/canvastools.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
-#include <basegfx/point/b2dpoint.hxx>
-
#include "dx_canvascustomsprite.hxx"
-#include "dx_spritecanvas.hxx"
#include "dx_impltools.hxx"
+#include "dx_spritecanvas.hxx"
using namespace ::com::sun::star;