Remove unneeded include

This commit is contained in:
Geoffrey Merck 2020-05-23 15:30:00 +02:00
parent 31f0e24588
commit f86b5435bb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ THE SOFTWARE.
// based on https://raw.githubusercontent.com/berndporr/iir_fixed_point/master/DirectFormI.h
#include "Globals.h"
#include <cstdint>
#ifndef DIRECTFORMI_H_
#define DIRECTFORMI_H_