diff options
| author | Simon McVittie <smcv@debian.org> | 2016-03-05 16:02:53 +0000 |
|---|---|---|
| committer | Simon McVittie <smcv@debian.org> | 2016-03-05 16:02:53 +0000 |
| commit | 3f7aa13c82444457675763cdf0d3bb5c5a45d137 (patch) | |
| tree | 02bed127ac13021180defc3f46a6b72c98b17221 /_dbus_bindings/mainloop.c | |
| parent | c729593c36c745f99daa02abb955a19737bf37cb (diff) | |
| download | dbus-python-3f7aa13c82444457675763cdf0d3bb5c5a45d137.tar.gz | |
Include config.h every time we compile C code
This is Autoconf best-practice: on some platforms it might contain
things like "#define inline __inline" which should affect all C code.
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to '_dbus_bindings/mainloop.c')
| -rw-r--r-- | _dbus_bindings/mainloop.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_dbus_bindings/mainloop.c b/_dbus_bindings/mainloop.c index 367ae0e..59d1e99 100644 --- a/_dbus_bindings/mainloop.c +++ b/_dbus_bindings/mainloop.c @@ -24,8 +24,6 @@ * DEALINGS IN THE SOFTWARE. */ -#include "config.h" - #include "dbus_bindings-internal.h" /* Native mainloop wrapper ========================================= */ |
