]> git.sesse.net Git - nageru/blobdiff - filter.h
Re-run include-what-you-use.
[nageru] / filter.h
index a4a3a1349e035b97c592b7d6b5b2e265c0908772..1bf18c9cd5855afdc119bb7c8a399b6e9b560db0 100644 (file)
--- a/filter.h
+++ b/filter.h
 #define _FILTER_H 1
 
 #define _USE_MATH_DEFINES
-#include <math.h>
-#include <string.h>
+#include <cmath>
 #include <complex>
 
 #ifdef __SSE__
 #include <xmmintrin.h>
 #endif
 
-#include "defs.h"
-
-namespace std {
-template <typename _Tp> struct complex;
-}  // namespace std
-
 enum FilterType
 {
        FILTER_NONE = 0,