summaryrefslogtreecommitdiffstats
path: root/libmpdemux/muxer_mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/muxer_mpeg.c')
-rw-r--r--libmpdemux/muxer_mpeg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmpdemux/muxer_mpeg.c b/libmpdemux/muxer_mpeg.c
index 3479d921f3..edd9b75ee6 100644
--- a/libmpdemux/muxer_mpeg.c
+++ b/libmpdemux/muxer_mpeg.c
@@ -5,8 +5,8 @@
#include <sys/types.h>
#include "config.h"
-#include "../version.h"
-#include "../mp_msg.h"
+#include "version.h"
+#include "mp_msg.h"
#include "bswap.h"
@@ -17,7 +17,7 @@
#include "stream.h"
#include "demuxer.h"
#include "stheader.h"
-#include "../m_option.h"
+#include "m_option.h"
#include "mpeg_hdr.h"
#define PACK_HEADER_START_CODE 0x01ba