]> granicus.if.org Git - taglib/commitdiff
Clean up includes and actually install apeitem.h. Prior to this the APE
authorScott Wheeler <wheeler@kde.org>
Sat, 6 Nov 2004 14:31:55 +0000 (14:31 +0000)
committerScott Wheeler <wheeler@kde.org>
Sat, 6 Nov 2004 14:31:55 +0000 (14:31 +0000)
API wasn't usable.  Fortunately I'm planning on releasing a 1.3.1 tomorrow.

CCMAIL:Allan Sandfeld Jensen <kde@carewolf.com>
CCBUG:92803

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@360971 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

ape/Makefile.am
ape/apeitem.cpp
ape/apetag.h

index e28770d865867f5dcbbbbd016909d1758aeba636..6d0635a7fe77e7a1b90a2a7d0a379604db6dbc6c 100644 (file)
@@ -7,7 +7,7 @@ noinst_LTLIBRARIES = libape.la
 
 libape_la_SOURCES = apetag.cpp apefooter.cpp apeitem.cpp
 
-taglib_include_HEADERS = apetag.h apefooter.h
+taglib_include_HEADERS = apetag.h apefooter.h apeitem.h
 taglib_includedir = $(includedir)/taglib
 
 EXTRA_DIST = $(libape_la_SOURCES) $(taglib_include_HEADERS)
index aba4063c96ea295e61995e1a17ca664b051c3dab..632548054e82b83910809fe930e7ed007e7b416a 100644 (file)
@@ -19,9 +19,9 @@
  *   USA                                                                   *
  ***************************************************************************/
 
+#include <tbytevectorlist.h>
+
 #include "apeitem.h"
-#include "tbytevectorlist.h"
-#include "tstringlist.h"
 
 using namespace TagLib;
 using namespace APE;
index 0d631b589b055eb14e6407d537192ac07f9b92b0..b06f1e254d88350d830c60308004cc2551f44bb5 100644 (file)
 #ifndef TAGLIB_APETAG_H
 #define TAGLIB_APETAG_H
 
-#include "tag.h"
-#include "tbytevector.h"
-#include "tmap.h"
-#include "tstring.h"
-#include "tstringlist.h"
+#include <tag.h>
+#include <tbytevector.h>
+#include <tmap.h>
+#include <tstring.h>
 
 #include "apeitem.h"