summaryrefslogtreecommitdiff
path: root/src/libtracker-common/tracker-common.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-03-02 14:41:12 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-03-02 16:16:12 +0100
commita4f9885a15d845203f777c87e7109471d216c3d0 (patch)
treee39da4cffa9ca72c5cfcd3b20b092d3b7a3c9e2b /src/libtracker-common/tracker-common.h
parent45c4695f4207919c4a9ada1d2758ec3c27ff8739 (diff)
downloadtracker-a4f9885a15d845203f777c87e7109471d216c3d0.tar.gz
libtracker-common: Convert unicode parser to a GModule
These are big and hairy dependencies, probably unwanted if anybody wishes dbus connections but not local ones. Making them a GModule means they are only loaded when strictly needed. Closes: https://gitlab.gnome.org/GNOME/tracker/-/issues/396
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 0a5c361b7..d04e2b083 100644
--- a/src/libtracker-common/tracker-common.h
+++ b/src/libtracker-common/tracker-common.h
@@ -31,7 +31,6 @@
#include "tracker-date-time.h"
#include "tracker-debug.h"
#include "tracker-file-utils.h"
-#include "tracker-language.h"
#include "tracker-parser.h"
#include "tracker-term-utils.h"
#include "tracker-utils.h"