From eb524d8b80a72c04c9e7381b6c8bad6e4f7e3b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Fri, 3 Jan 2014 00:23:32 +0100 Subject: We need config.h, no need for ifdef's. --- src/ratpoison.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ratpoison.h b/src/ratpoison.h index c307619..f517b5d 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -22,9 +22,7 @@ #ifndef _RATPOISON_H #define _RATPOISON_H 1 -#ifdef HAVE_CONFIG_H -# include -#endif /* HAVE_CONFIG_H */ +#include "config.h" #include #include -- cgit v1.2.3