mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
the great onceification (libs)
Replace use of #ifndef header guards with #pragma once Modern C++, baby!
This commit is contained in:
parent
8fbec13e9c
commit
75f56cd3e1
379 changed files with 381 additions and 1138 deletions
|
|
@ -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__ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue