diff options
Diffstat (limited to 'libaf/af_mp.h')
-rw-r--r-- | libaf/af_mp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libaf/af_mp.h b/libaf/af_mp.h index cd6ec92806..f2ddd873fc 100644 --- a/libaf/af_mp.h +++ b/libaf/af_mp.h @@ -2,9 +2,9 @@ #ifndef __af_mp_h__ #define __af_mp_h__ -#include "../config.h" -#include "../mp_msg.h" -#include "../cpudetect.h" +#include "config.h" +#include "mp_msg.h" +#include "cpudetect.h" /* Set the initialization type from mplayers cpudetect */ #ifdef AF_INIT_TYPE |