X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=filter.h;h=1bf18c9cd5855afdc119bb7c8a399b6e9b560db0;hb=d3e48df512d9476d3849227067792a3537bb094e;hp=a4a3a1349e035b97c592b7d6b5b2e265c0908772;hpb=e991a077f9d2abcf0b766119e2a82f3bf0354fab;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,