summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-25 12:32:56 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-25 12:32:56 -0400
commitc568a2af03f548d681a4b689d5e32923834c962f (patch)
treef1c0580e33b57a6243a03a9e49f7aa82b173e389 /gpsd.h-tail
parentf10cc81cf3e1d6cffdb36d9c094a544463ae1adf (diff)
downloadgpsd-c568a2af03f548d681a4b689d5e32923834c962f.tar.gz
Remove a problematic DBUS header inclusiion that turns out not to be necessary.
All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 350bc5a3..6da05cc8 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -717,11 +717,8 @@ extern void shm_update(struct gps_context_t *, struct gps_data_t *);
/* dbusexport.c */
#if defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S)
-#include <dbus/dbus.h>
-
int initialize_dbus_connection (void);
void send_dbus_fix (struct gps_device_t* channel);
-
#endif /* defined(DBUS_EXPORT_ENABLE) && !defined(S_SPLINT_S) */
/* srecord.c */