filter.h/c: remove unused includes
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>
Sun, 8 Sep 2019 21:28:35 +0000 (00:28 +0300)
committerKonstantin Kharlamov <Hi-Angel@yandex.ru>
Thu, 12 Sep 2019 21:07:39 +0000 (00:07 +0300)
Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
src/filter.c

index ef081dde321382e2eb7eb832686a275e87c7c5f2..6d320656ca20abe95fabe5e942ceb64cee17f390 100644 (file)
@@ -29,7 +29,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
-#include <limits.h>
 #include <math.h>
 
 #include "filter.h"