1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-09-26 16:16:42 +00:00

Switch include guards to #pragma once.

This commit is contained in:
Thomas Harte
2024-01-16 23:34:46 -05:00
parent a1f6f2c7f7
commit a3d37640aa
436 changed files with 447 additions and 1768 deletions

View File

@@ -6,8 +6,7 @@
// Copyright 2011 Thomas Harte. All rights reserved.
//
#ifndef FIRFilter_hpp
#define FIRFilter_hpp
#pragma once
// Use the Accelerate framework to vectorise, unless this is a Qt build.
// Primarily that avoids gymnastics in the QMake file; it also eliminates
@@ -101,5 +100,3 @@ class FIRFilter {
};
}
#endif