mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Switch include guards to #pragma once.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -6,8 +6,7 @@
|
||||
// Copyright 2016 Thomas Harte. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef Stepper_hpp
|
||||
#define Stepper_hpp
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -94,5 +93,3 @@ class Stepper {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif /* Stepper_hpp */
|
||||
|
||||
Reference in New Issue
Block a user