mirror of
https://github.com/aicodix/dsp.git
synced 2026-04-27 22:35:45 +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
utils.hh
5
utils.hh
|
|
@ -4,8 +4,7 @@ Some little helpers
|
|||
Copyright 2018 Ahmet Inan <inan@aicodix.de>
|
||||
*/
|
||||
|
||||
#ifndef UTILS_HH
|
||||
#define UTILS_HH
|
||||
#pragma once
|
||||
|
||||
#include "const.hh"
|
||||
|
||||
|
|
@ -49,5 +48,3 @@ TYPE decibel(TYPE v)
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue