diff options
Diffstat (limited to 'cmd_fir.h')
-rw-r--r-- | cmd_fir.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/cmd_fir.h b/cmd_fir.h deleted file mode 100644 index 46815a7..0000000 --- a/cmd_fir.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __CMD_FIR_H -#define __CMD_FIR_H - -#include <stdlib.h> -#include <stdio.h> -#include <string.h> -#include <math.h> - -#include "sds.h" -#include "util.h" -#include "debug.h" - -void *cmd_fir(void *data); - -#endif
\ No newline at end of file |