mirror of
https://github.com/taglib/taglib.git
synced 2025-07-14 02:54:27 -04:00
Consistently use quote form when including our own headers
This commit is contained in:
@ -25,18 +25,18 @@
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
#include <tbytevector.h>
|
||||
#include "tbytevector.h"
|
||||
|
||||
#include <mpegfile.h>
|
||||
#include "mpegfile.h"
|
||||
|
||||
#include <id3v2tag.h>
|
||||
#include <id3v2frame.h>
|
||||
#include <id3v2header.h>
|
||||
#include <commentsframe.h>
|
||||
#include "id3v2tag.h"
|
||||
#include "id3v2frame.h"
|
||||
#include "id3v2header.h"
|
||||
#include "commentsframe.h"
|
||||
|
||||
#include <id3v1tag.h>
|
||||
#include "id3v1tag.h"
|
||||
|
||||
#include <apetag.h>
|
||||
#include "apetag.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace TagLib;
|
||||
|
@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
#include <mpegfile.h>
|
||||
#include <tstring.h>
|
||||
#include "mpegfile.h"
|
||||
#include "tstring.h"
|
||||
|
||||
using namespace TagLib;
|
||||
|
||||
|
@ -26,9 +26,9 @@
|
||||
#include <iomanip>
|
||||
#include <cstdio>
|
||||
|
||||
#include <fileref.h>
|
||||
#include <tag.h>
|
||||
#include <tpropertymap.h>
|
||||
#include "fileref.h"
|
||||
#include "tag.h"
|
||||
#include "tpropertymap.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <tag_c.h>
|
||||
#include "tag_c.h"
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
|
@ -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