diff options
Diffstat (limited to 'utils.hpp')
-rw-r--r-- | utils.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -#ifndef __UTILS_H_ +#pragma once #include <cstddef> @@ -14,6 +14,4 @@ typedef std::complex<float> complexf; #define MDEBUG(fmt, args...) fprintf (stderr, fmt , ## args) -#define __UTILS_H_ -#endif // __UTILS_H_ |