aboutsummaryrefslogtreecommitdiff
path: root/src/TagPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 10:36:27 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 10:36:27 +0100
commit47911f9544ecd3b028cc044b400536234b17949a (patch)
tree337b28a3679611dd70252f52dd6ad98faf35fdf0 /src/TagPrint.cxx
parent48025c2279c246236aca858f37759726a5d3042c (diff)
tag: convert to C++
Diffstat (limited to 'src/TagPrint.cxx')
-rw-r--r--src/TagPrint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx
index 5a5dbbef..b3ad07df 100644
--- a/src/TagPrint.cxx
+++ b/src/TagPrint.cxx
@@ -20,7 +20,7 @@
#include "config.h"
#include "TagPrint.hxx"
#include "tag.h"
-#include "tag_internal.h"
+#include "TagInternal.hxx"
#include "song.h"
#include "Client.hxx"