From f86b5435bb4635d30c7d1b87ddc31d712f0f7751 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sat, 23 May 2020 15:30:00 +0200 Subject: [PATCH] Remove unneeded include --- FMDirectForm1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FMDirectForm1.h b/FMDirectForm1.h index 450274d..b3dccb7 100644 --- a/FMDirectForm1.h +++ b/FMDirectForm1.h @@ -29,7 +29,7 @@ THE SOFTWARE. // based on https://raw.githubusercontent.com/berndporr/iir_fixed_point/master/DirectFormI.h -#include "Globals.h" +#include #ifndef DIRECTFORMI_H_ #define DIRECTFORMI_H_