comparison libaf/filter.h @ 26342:327b7955381f

Use quotes instead of angular brackets for local includes.
author diego
date Wed, 09 Apr 2008 18:02:05 +0000
parents 4129c8cfa742
children 1b73f5aa1796
comparison
equal deleted inserted replaced
26341:8fadd02c498c 26342:327b7955381f
7 // 7 //
8 //============================================================================= 8 //=============================================================================
9 */ 9 */
10 10
11 #if !defined MPLAYER_DSP_H 11 #if !defined MPLAYER_DSP_H
12 # error "Never use <filter.h> directly; include <dsp.h> instead" 12 # error "Never use \"filter.h\" directly; include \"dsp.h\" instead"
13 #endif 13 #endif
14 14
15 #ifndef MPLAYER_FILTER_H 15 #ifndef MPLAYER_FILTER_H
16 #define MPLAYER_FILTER_H 16 #define MPLAYER_FILTER_H
17 17