diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-27 17:13:41 -0300 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2008-08-28 19:06:20 -0300 |
commit | 506c95298346d318304aa7e2211dfba5dbe6e3e0 (patch) | |
tree | 62af6becaa65369986bdc25a31572841f972bd26 /src/main.c | |
parent | 5ec5ef30ffd7e743499462bd7b3bfde0e65e2bb4 (diff) |
Storage cleanup
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,11 +53,11 @@ #include "hcid.h" #include "sdpd.h" #include "adapter.h" -#include "dbus-common.h" -#include "dbus-database.h" #include "dbus-hci.h" +#include "dbus-common.h" #include "agent.h" #include "manager.h" +#include "storage.h" struct hcid_opts hcid; struct device_opts default_device; |