mirror of https://github.com/g4klx/MMDVM.git
Remove unneeded include
This commit is contained in:
parent
31f0e24588
commit
f86b5435bb
|
@ -29,7 +29,7 @@ THE SOFTWARE.
|
||||||
|
|
||||||
// based on https://raw.githubusercontent.com/berndporr/iir_fixed_point/master/DirectFormI.h
|
// based on https://raw.githubusercontent.com/berndporr/iir_fixed_point/master/DirectFormI.h
|
||||||
|
|
||||||
#include "Globals.h"
|
#include <cstdint>
|
||||||
|
|
||||||
#ifndef DIRECTFORMI_H_
|
#ifndef DIRECTFORMI_H_
|
||||||
#define DIRECTFORMI_H_
|
#define DIRECTFORMI_H_
|
||||||
|
|
Loading…
Reference in New Issue