From c70f1545e2df5818f251b558dcc64a83d3c270d3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 31 Oct 2014 07:39:30 +0100 Subject: Removed duplicated includes Change-Id: I5362d997bfa086c9fb1726efcb15132a966684f6 Reviewed-on: https://gerrit.libreoffice.org/12160 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Stahl --- codemaker/source/codemaker/global.cxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'codemaker/source') diff --git a/codemaker/source/codemaker/global.cxx b/codemaker/source/codemaker/global.cxx index eeb58f8a5b73..6b15abb5b2a1 100644 --- a/codemaker/source/codemaker/global.cxx +++ b/codemaker/source/codemaker/global.cxx @@ -24,17 +24,16 @@ #include "osl/file.hxx" #include -#if defined(SAL_W32) -#include - -#include #include + +#if defined(SAL_W32) +# include +# include #endif #ifdef UNX -#include -#include -#include +# include +# include #endif #include "codemaker/global.hxx" -- cgit