aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagSave.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagSave.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/TagSave.cxx b/src/TagSave.cxx
index b20d986c2..3a291e115 100644
--- a/src/TagSave.cxx
+++ b/src/TagSave.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -20,7 +20,8 @@
#include "config.h"
#include "TagSave.hxx"
#include "tag/Tag.hxx"
-#include "Song.hxx"
+
+#define SONG_TIME "Time: "
void
tag_save(FILE *file, const Tag &tag)