mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-05 16:20:10 +01:00
Replace header guards with #pragma once
Signed-off-by: Leon Marz <main@lmarz.org>
This commit is contained in:
@@ -39,8 +39,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#ifndef __AUDACITY_TYPES_H__
|
||||
#define __AUDACITY_TYPES_H__
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
@@ -255,5 +254,3 @@ typedef enum
|
||||
ChannelNameBottomFrontLeft,
|
||||
ChannelNameBottomFrontRight,
|
||||
} ChannelName, *ChannelNames;
|
||||
|
||||
#endif // __AUDACITY_TYPES_H__
|
||||
|
||||
Reference in New Issue
Block a user