Always use #include "XXX" in TagLib's code

Patch by Stephen F. Booth, thanks!


git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1033289 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Lukáš Lalinský
2009-10-09 21:03:59 +00:00
parent be2f9ad6e5
commit 18c621cdc2
23 changed files with 40 additions and 40 deletions

View File

@ -26,8 +26,8 @@
#ifndef TAGLIB_ATTACHEDPICTUREFRAME_H
#define TAGLIB_ATTACHEDPICTUREFRAME_H
#include <id3v2frame.h>
#include <id3v2header.h>
#include "id3v2frame.h"
#include "id3v2header.h"
#include "taglib_export.h"
namespace TagLib {

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_COMMENTSFRAME_H
#define TAGLIB_COMMENTSFRAME_H
#include <id3v2frame.h>
#include "id3v2frame.h"
#include "taglib_export.h"
namespace TagLib {

View File

@ -28,8 +28,8 @@
#ifndef TAGLIB_GENERALENCAPSULATEDOBJECT_H
#define TAGLIB_GENERALENCAPSULATEDOBJECT_H
#include <id3v2frame.h>
#include <id3v2header.h>
#include "id3v2frame.h"
#include "id3v2header.h"
#include "taglib_export.h"
namespace TagLib {

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_POPULARIMETERFRAME_H
#define TAGLIB_POPULARIMETERFRAME_H
#include <id3v2frame.h>
#include "id3v2frame.h"
#include "taglib_export.h"
namespace TagLib {

View File

@ -26,8 +26,8 @@
#ifndef TAGLIB_RELATIVEVOLUMEFRAME_H
#define TAGLIB_RELATIVEVOLUMEFRAME_H
#include <tlist.h>
#include <id3v2frame.h>
#include "tlist.h"
#include "id3v2frame.h"
#include "taglib_export.h"
namespace TagLib {

View File

@ -26,10 +26,10 @@
#ifndef TAGLIB_TEXTIDENTIFICATIONFRAME_H
#define TAGLIB_TEXTIDENTIFICATIONFRAME_H
#include <tstringlist.h>
#include "tstringlist.h"
#include "taglib_export.h"
#include <id3v2frame.h>
#include "id3v2frame.h"
namespace TagLib {

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_UNIQUEFILEIDENTIFIERFRAME
#define TAGLIB_UNIQUEFILEIDENTIFIERFRAME
#include <id3v2frame.h>
#include "id3v2frame.h"
namespace TagLib {

View File

@ -26,7 +26,7 @@
#ifndef TAGLIB_UNKNOWNFRAME_H
#define TAGLIB_UNKNOWNFRAME_H
#include <id3v2frame.h>
#include "id3v2frame.h"
#include "taglib_export.h"
namespace TagLib {

View File

@ -28,7 +28,7 @@
#ifndef TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H
#define TAGLIB_UNSYNCHRONIZEDLYRICSFRAME_H
#include <id3v2frame.h>
#include "id3v2frame.h"
namespace TagLib {

View File

@ -28,7 +28,7 @@
#ifndef TAGLIB_URLLINKFRAME_H
#define TAGLIB_URLLINKFRAME_H
#include <id3v2frame.h>
#include "id3v2frame.h"
namespace TagLib {