mirror of
https://github.com/taglib/taglib.git
synced 2025-07-17 20:44:20 -04:00
Consistently use quote form when including our own headers
This commit is contained in:
@ -31,11 +31,11 @@
|
||||
#include <sys/stat.h>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <tlist.h>
|
||||
#include <fileref.h>
|
||||
#include <tfile.h>
|
||||
#include <tag.h>
|
||||
#include <tpropertymap.h>
|
||||
#include "tlist.h"
|
||||
#include "fileref.h"
|
||||
#include "tfile.h"
|
||||
#include "tag.h"
|
||||
#include "tpropertymap.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Reference in New Issue
Block a user