X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=filter.h;fp=filter.h;h=1bf18c9cd5855afdc119bb7c8a399b6e9b560db0;hb=cf7b9ee186d4ef8e5da0531b75854c97b821be44;hp=a4a3a1349e035b97c592b7d6b5b2e265c0908772;hpb=0f92317cbf05facc242ff50756331ebd9a539dc8;p=nageru diff --git a/filter.h b/filter.h index a4a3a13..1bf18c9 100644 --- a/filter.h +++ b/filter.h @@ -10,20 +10,13 @@ #define _FILTER_H 1 #define _USE_MATH_DEFINES -#include -#include +#include #include #ifdef __SSE__ #include #endif -#include "defs.h" - -namespace std { -template struct complex; -} // namespace std - enum FilterType { FILTER_NONE = 0,