changeset 981:00e3b13188c1 trunk

[svn] Correct includes, should not have taglib/ in there.
author chainsaw
date Fri, 28 Apr 2006 11:21:33 -0700
parents e91c1b844421
children 287d4eb3ca27
files Plugins/Input/mpg123/tag_c_hacked.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/mpg123/tag_c_hacked.cpp	Thu Apr 27 15:52:06 2006 -0700
+++ b/Plugins/Input/mpg123/tag_c_hacked.cpp	Fri Apr 28 11:21:33 2006 -0700
@@ -1,5 +1,5 @@
-#include <taglib/tag.h>
-#include <taglib/id3v2framefactory.h>
+#include <tag.h>
+#include <id3v2framefactory.h>
 
 extern "C"
 {