summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-common.h
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2009-05-13 14:25:21 +0200
committerJürg Billeter <j@bitron.ch>2009-05-13 14:25:21 +0200
commit1e545925fd18405450924c2f03820a585d43e022 (patch)
tree154e970176dee63d160b53c69533f0630405e8f5 /src/libtracker-common/tracker-common.h
parent56e7ba622a54e0fee7030c7723f6c188dfc1dad6 (diff)
downloadtracker-1e545925fd18405450924c2f03820a585d43e022.tar.gz
Split TrackerHal into TrackerStorage and TrackerPower
Split TrackerHal into TrackerStorage and TrackerPower to better split the functionalities for future work. This is needed for future patches to add DeviceKit support. Based on patch by Richard Hughes.
Diffstat (limited to 'src/libtracker-common/tracker-common.h')
-rw-r--r--src/libtracker-common/tracker-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libtracker-common/tracker-common.h b/src/libtracker-common/tracker-common.h
index 53711b941..59ac5950c 100644
--- a/src/libtracker-common/tracker-common.h
+++ b/src/libtracker-common/tracker-common.h
@@ -35,13 +35,14 @@ G_BEGIN_DECLS
#include "tracker-class.h"
#include "tracker-config.h"
#include "tracker-file-utils.h"
-#include "tracker-hal.h"
#include "tracker-language.h"
#include "tracker-module-config.h"
#include "tracker-namespace.h"
#include "tracker-ontology.h"
#include "tracker-parser.h"
+#include "tracker-power.h"
#include "tracker-property.h"
+#include "tracker-storage.h"
#include "tracker-type-utils.h"
#include "tracker-utils.h"