Consistently use quote form when including our own headers

This commit is contained in:
Urs Fleisch
2023-07-22 07:09:58 +02:00
parent 2a1fb27735
commit cc7d23cdf5
127 changed files with 476 additions and 479 deletions
+6 -6
View File
@@ -23,12 +23,12 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tagunion.h>
#include <tdebug.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tagunion.h"
#include "tdebug.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "mpcfile.h"
#include "id3v1tag.h"
+2 -2
View File
@@ -23,8 +23,8 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include <bitset>
#include <cmath>