diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-03-21 11:04:46 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-03-21 11:04:46 +0100 |
commit | c63cebf790286aa9c669c5ff4d20eecfa3951a33 (patch) | |
tree | e2cc30bc0490b35e03891dcf2a1f725b6c7ae542 /gi/pygi-foreign.c | |
parent | 3d94a95eb49a6b9b0c2ab0121a0bed4eb69042bb (diff) | |
download | pygobject-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.c | 4 |
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" |