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

@ -30,8 +30,8 @@
#ifndef TAGLIB_SPEEXFILE_H
#define TAGLIB_SPEEXFILE_H
#include <oggfile.h>
#include <xiphcomment.h>
#include "oggfile.h"
#include "xiphcomment.h"
#include "speexproperties.h"

View File

@ -30,7 +30,7 @@
#ifndef TAGLIB_SPEEXPROPERTIES_H
#define TAGLIB_SPEEXPROPERTIES_H
#include <audioproperties.h>
#include "audioproperties.h"
namespace TagLib {