From 205caa5fbceaa6ee1275a03f0f116d96c0d71dfc Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 11 Apr 2016 13:37:30 +0200 Subject: fix compile error in livarot (bzr r14774) --- src/livarot/LivarotDefs.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src') diff --git a/src/livarot/LivarotDefs.h b/src/livarot/LivarotDefs.h index 49f954586..4e3c91e72 100644 --- a/src/livarot/LivarotDefs.h +++ b/src/livarot/LivarotDefs.h @@ -9,21 +9,11 @@ #ifndef my_defs #define my_defs -#if defined(WIN32) || defined(__WIN32__) -# include -#endif - #ifdef HAVE_CONFIG_H # include "config.h" #endif -#ifdef HAVE_INTTYPES_H -# include -#else -# ifdef HAVE_STDINT_H -# include -# endif -#endif +#include // error codes (mostly obsolete) enum -- cgit v1.2.3