summaryrefslogtreecommitdiff
path: root/canvas/source/cairo/cairo_win32_cairo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/cairo/cairo_win32_cairo.hxx')
-rw-r--r--canvas/source/cairo/cairo_win32_cairo.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/canvas/source/cairo/cairo_win32_cairo.hxx b/canvas/source/cairo/cairo_win32_cairo.hxx
index 3b083d28e748..337dbc5025de 100644
--- a/canvas/source/cairo/cairo_win32_cairo.hxx
+++ b/canvas/source/cairo/cairo_win32_cairo.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -28,13 +29,9 @@
#ifndef _CAIROCANVAS_WIN32_CAIRO_HXX
#define _CAIROCANVAS_WIN32_CAIRO_HXX
-#ifdef WNT
-# include <tools/prewin.h>
-# include <windows.h>
-# include <tools/postwin.h>
-#endif
-
#include "cairo_cairo.hxx"
+#include <prewin.h>
+#include <postwin.h>
namespace cairo {
@@ -68,3 +65,5 @@ namespace cairo {
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */