From 2452447c814048ed72e95a459c76b4be65962b5c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 10:12:41 +0100 Subject: text_file: convert to C++ --- src/SongSave.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SongSave.cxx') diff --git a/src/SongSave.cxx b/src/SongSave.cxx index 1aaf1548..cbc2536b 100644 --- a/src/SongSave.cxx +++ b/src/SongSave.cxx @@ -22,10 +22,10 @@ #include "song.h" #include "TagSave.hxx" #include "Directory.hxx" +#include "TextFile.hxx" extern "C" { #include "tag.h" -#include "text_file.h" #include "string_util.h" } -- cgit v1.2.3