From 060814daa83f6a94f5934464ae42a406c5c7e947 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 27 Sep 2013 22:31:24 +0200 Subject: Log: new logging library API Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. --- src/SongSave.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/SongSave.cxx') diff --git a/src/SongSave.cxx b/src/SongSave.cxx index 1ed9906c4..8005885eb 100644 --- a/src/SongSave.cxx +++ b/src/SongSave.cxx @@ -29,13 +29,8 @@ #include "util/Error.hxx" #include "util/Domain.hxx" -#include - #include -#undef G_LOG_DOMAIN -#define G_LOG_DOMAIN "song" - #define SONG_MTIME "mtime" #define SONG_END "song_end" -- cgit v1.2.3