From bf6d72afeac77b791f5770a6bb353d4d133e9e56 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Tue, 10 Nov 2015 16:34:55 -0500 Subject: Missing includes Restored some missing includes and refactored sot/formats.hxx. Change-Id: I11b7102b06889f426f5e0f3efa3a835c6e774d88 Reviewed-on: https://gerrit.libreoffice.org/19891 Reviewed-by: Michael Stahl Tested-by: Jenkins --- include/sot/formats.hxx | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include/sot') diff --git a/include/sot/formats.hxx b/include/sot/formats.hxx index c85a10fb7c03..fa3c768c211f 100644 --- a/include/sot/formats.hxx +++ b/include/sot/formats.hxx @@ -20,21 +20,6 @@ #ifndef INCLUDED_SOT_FORMATS_HXX #define INCLUDED_SOT_FORMATS_HXX -#ifdef _SOT_FORMATS_INCLUDE_SYSTEMFORMATS - -#ifdef WNT -#ifdef _MSC_VER -#pragma warning(push, 1) -#pragma warning(disable: 4917) -#endif -#include -#ifdef _MSC_VER -#pragma warning(pop) -#endif -#endif - -#endif - #include // - predefined formats - -- cgit