summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lame.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/ae_lame.c')
-rw-r--r--libmpcodecs/ae_lame.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libmpcodecs/ae_lame.c b/libmpcodecs/ae_lame.c
index d062ff37a7..d47e91dc0f 100644
--- a/libmpcodecs/ae_lame.c
+++ b/libmpcodecs/ae_lame.c
@@ -5,14 +5,14 @@
#include <string.h>
#include <sys/types.h>
#include "m_option.h"
-#include "../mp_msg.h"
+#include "mp_msg.h"
#include "aviheader.h"
#include "ms_hdr.h"
#include "muxer.h"
-#include "../help_mp.h"
+#include "help_mp.h"
#include "ae_pcm.h"
-#include "../libaf/af_format.h"
-#include "../libmpdemux/mp3_hdr.h"
+#include "libaf/af_format.h"
+#include "libmpdemux/mp3_hdr.h"
#undef CDECL
#include <lame/lame.h>