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
+5 -5
View File
@@ -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;