summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-basic.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-22 02:46:35 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-15 20:30:15 +0200
commit3801b6de7878074a8e77445bad2a2d093889a3af (patch)
treed94eb17d944d2bd836ced6012ecf64c3fec8dcf1 /dbus/dbus-marshal-basic.h
parentf322112b84bef5f6e7c38c08e99a28c4f576c897 (diff)
build-system: get rid of config.h inclusion checks
These header files include config.h explicitly anyway. These checks are hence pointless. Of course one could argue that including config.h from header files sucks, but D-Bus generally seems not to have a problem with that, so let's unify this.
Diffstat (limited to 'dbus/dbus-marshal-basic.h')
-rw-r--r--dbus/dbus-marshal-basic.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h
index 28c751f4..bcc15ee9 100644
--- a/dbus/dbus-marshal-basic.h
+++ b/dbus/dbus-marshal-basic.h
@@ -31,10 +31,6 @@
#include <dbus/dbus-arch-deps.h>
#include <dbus/dbus-string.h>
-#ifndef PACKAGE
-#error "config.h not included here"
-#endif
-
#ifdef WORDS_BIGENDIAN
#define DBUS_COMPILER_BYTE_ORDER DBUS_BIG_ENDIAN
#else