summaryrefslogtreecommitdiff
path: root/gi/pygi-foreign.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-03-21 11:04:46 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-03-21 11:04:46 +0100
commitc63cebf790286aa9c669c5ff4d20eecfa3951a33 (patch)
treee2cc30bc0490b35e03891dcf2a1f725b6c7ae542 /gi/pygi-foreign.c
parent3d94a95eb49a6b9b0c2ab0121a0bed4eb69042bb (diff)
downloadpygobject-c63cebf790286aa9c669c5ff4d20eecfa3951a33.tar.gz
Remove usage of HAVE_CONFIG_H
We always build with config.h
Diffstat (limited to 'gi/pygi-foreign.c')
-rw-r--r--gi/pygi-foreign.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gi/pygi-foreign.c b/gi/pygi-foreign.c
index 84af1ec3..88b2e6f1 100644
--- a/gi/pygi-foreign.c
+++ b/gi/pygi-foreign.c
@@ -22,9 +22,7 @@
* IN THE SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include "pygobject-internal.h"
#include "pygi-foreign.h"