Consistently use quote form when including our own headers

This commit is contained in:
Urs Fleisch
2023-07-16 07:55:59 +02:00
parent 2a1fb27735
commit cc7d23cdf5
127 changed files with 476 additions and 479 deletions

View File

@ -27,12 +27,12 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <tbytevector.h>
#include <tstring.h>
#include <tdebug.h>
#include <tagunion.h>
#include <tpropertymap.h>
#include <tagutils.h>
#include "tbytevector.h"
#include "tstring.h"
#include "tdebug.h"
#include "tagunion.h"
#include "tpropertymap.h"
#include "tagutils.h"
#include "wavpackfile.h"
#include "id3v1tag.h"

View File

@ -28,8 +28,8 @@
***************************************************************************/
#include <cstdint>
#include <tstring.h>
#include <tdebug.h>
#include "tstring.h"
#include "tdebug.h"
#include "wavpackproperties.h"
#include "wavpackfile.h"