summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-common.h
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2014-10-13 11:38:14 +0100
committerMartyn Russell <martyn@lanedo.com>2014-10-27 16:03:24 +0000
commit2ccf0c78c0cff349df4b9b7f17ef7248bae78936 (patch)
tree504c0d9a5b6cb0f0b79b84d394f06a321989488d /src/libtracker-common/tracker-common.h
parenta4d60c19f73b426a539a90fc2a5ebc31d939a2c6 (diff)
downloadtracker-2ccf0c78c0cff349df4b9b7f17ef7248bae78936.tar.gz
libtracker-common: There is no longer an os-depedent module/API
This means: - all tracker_spawn*() API is removed, now using g_spawn*() - the mplayer extractor has been removed (no one uses it anyway) - the setrlimits() API has also been removed (only tracker-extract uses it) - many includes have been cleaned up (this is a really old header) - strnlen() definitions (for OS' without this API) are defined locally (only 2 cases).
Diffstat (limited to 'src/libtracker-common/tracker-common.h')
-rw-r--r--src/libtracker-common/tracker-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libtracker-common/tracker-common.h b/src/libtracker-common/tracker-common.h
index a376d41b3..ebceba4d5 100644
--- a/src/libtracker-common/tracker-common.h
+++ b/src/libtracker-common/tracker-common.h
@@ -34,7 +34,6 @@
#include "tracker-ioprio.h"
#include "tracker-language.h"
#include "tracker-log.h"
-#include "tracker-os-dependant.h"
#include "tracker-sched.h"
#include "tracker-storage.h"
#include "tracker-type-utils.h"