mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 14:30:36 +00:00
time to embrace #pragma once
This commit is contained in:
parent
a85cbcf6ba
commit
c4b837b045
13 changed files with 13 additions and 51 deletions
5
const.hh
5
const.hh
|
|
@ -6,8 +6,7 @@ Constants below are the result of truncating the output of "bc -l" computed with
|
|||
Copyright 2018 Ahmet Inan <inan@aicodix.de>
|
||||
*/
|
||||
|
||||
#ifndef CONST_HH
|
||||
#define CONST_HH
|
||||
#pragma once
|
||||
|
||||
namespace DSP {
|
||||
|
||||
|
|
@ -63,5 +62,3 @@ struct Const
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue