From 506c95298346d318304aa7e2211dfba5dbe6e3e0 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Wed, 27 Aug 2008 17:13:41 -0300 Subject: Storage cleanup --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index bfd25e49..2e180542 100644 --- a/src/main.c +++ b/src/main.c @@ -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; -- cgit