mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
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:
+2
-2
@@ -26,8 +26,8 @@
|
||||
#ifndef TAGLIB_FILEREF_H
|
||||
#define TAGLIB_FILEREF_H
|
||||
|
||||
#include <tfile.h>
|
||||
#include <tstringlist.h>
|
||||
#include "tfile.h"
|
||||
#include "tstringlist.h"
|
||||
|
||||
#include "taglib_export.h"
|
||||
#include "audioproperties.h"
|
||||
|
||||
Reference in New Issue
Block a user