summaryrefslogtreecommitdiffstats
path: root/libaf/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/dsp.h')
-rw-r--r--libaf/dsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaf/dsp.h b/libaf/dsp.h
index 0fe9574e55..87a20c7b7d 100644
--- a/libaf/dsp.h
+++ b/libaf/dsp.h
@@ -16,7 +16,7 @@
/* Size of floating point type used in routines */
#define _ftype_t float
-#include <window.h>
-#include <filter.h>
+#include "window.h"
+#include "filter.h"
#endif /* MPLAYER_DSP_H */