forked from Lainports/opnsense-ports
10 lines
257 B
C++
10 lines
257 B
C++
--- qsstv/drmrx/deinterleaver.cpp.orig 2019-03-22 10:11:58 UTC
|
|
+++ qsstv/drmrx/deinterleaver.cpp
|
|
@@ -29,7 +29,6 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <malloc.h>
|
|
#include <math.h>
|
|
int *deinterleaver(int xinA, int tA, int xinB, int tB)
|
|
{
|