Be -Wunused-macros clean

This commit is contained in:
Ingo Weyrich
2020-02-07 20:18:35 +01:00
parent aae22fcc86
commit 8f291c3ff2
22 changed files with 1 additions and 63 deletions

View File

@@ -9,7 +9,6 @@
#include <cstdio> /* fflush() */
#include <cstring> /* memset() */
#include <cmath> /* fsqrt() */
#define fsqrt(X) sqrt(X)
/* Our includes */
#include "base.h"