summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-03 00:23:32 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-01-03 00:23:32 +0100
commiteb524d8b80a72c04c9e7381b6c8bad6e4f7e3b52 (patch)
treef6f10e435caf690d083f66ef59f12855582b5509
parent9dbe0289e4c3cbec95334a88d5c0fc04cda076fd (diff)
downloadratpoison-eb524d8b80a72c04c9e7381b6c8bad6e4f7e3b52.zip
We need config.h, no need for ifdef's.
-rw-r--r--src/ratpoison.h4
1 files changed, 1 insertions, 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 <config.h>
-#endif /* HAVE_CONFIG_H */
+#include "config.h"
#include <stdlib.h>
#include <stdio.h>