the great onceification (libs)

Replace use of #ifndef header guards with #pragma once

Modern C++, baby!
This commit is contained in:
Paul Davis 2024-09-25 18:38:49 -06:00
parent 8fbec13e9c
commit 75f56cd3e1
379 changed files with 381 additions and 1138 deletions

View file

@ -17,8 +17,7 @@
*/
#ifndef __temporal_debug_h__
#define __temporal_debug_h__
#pragma once
#include "temporal/visibility.h"
#include "pbd/debug.h"
@ -34,5 +33,4 @@ namespace PBD {
}
}
#endif /* __ardour_debug_h__ */