aboutsummaryrefslogtreecommitdiff
path: root/src/db
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-07-10 01:21:36 +0200
committerMax Kellermann <max@duempel.org>2012-07-10 01:28:52 +0200
commit5dfc0918c37c40063b92a55c365ec87e29f0ecef (patch)
treec3ec06f3adbff49190765e392579a8424c9e17d8 /src/db
parent2eb14658d3eb06e827f8f1f045f4f12888db4e26 (diff)
require GLib 2.16
GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
Diffstat (limited to 'src/db')
-rw-r--r--src/db/simple_db_plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db/simple_db_plugin.c b/src/db/simple_db_plugin.c
index f1109082..697e8da5 100644
--- a/src/db/simple_db_plugin.c
+++ b/src/db/simple_db_plugin.c
@@ -26,7 +26,6 @@
#include "db_save.h"
#include "db_lock.h"
#include "conf.h"
-#include "glib_compat.h"
#include "directory.h"
#include <sys/types.h>