diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 18:39:38 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 18:39:38 +0000 |
commit | e54736f31acc8d26d1f1e4a8b06ed66d258a24ef (patch) | |
tree | 44c92453396549e9b82934ed7f1fa30f1d2a93a6 /hcid/dbus-test.c | |
parent | c9b2f56a13df506191c284b7977abe7e7aa8f0e5 (diff) |
Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)
Diffstat (limited to 'hcid/dbus-test.c')
-rw-r--r-- | hcid/dbus-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/dbus-test.c b/hcid/dbus-test.c index 9a1a14e7..2153aed7 100644 --- a/hcid/dbus-test.c +++ b/hcid/dbus-test.c @@ -35,6 +35,9 @@ #include "hcid.h" #include "dbus.h" +#include "dbus-common.h" +#include "dbus-error.h" +#include "dbus-test.h" #define L2INFO_TIMEOUT (2 * 1000) |