summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream_ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/stream_ftp.c')
-rw-r--r--libmpdemux/stream_ftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/stream_ftp.c b/libmpdemux/stream_ftp.c
index 19693dbaee..7cc01004b6 100644
--- a/libmpdemux/stream_ftp.c
+++ b/libmpdemux/stream_ftp.c
@@ -21,8 +21,8 @@
#include "mp_msg.h"
#include "stream.h"
#include "help_mp.h"
-#include "../m_option.h"
-#include "../m_struct.h"
+#include "m_option.h"
+#include "m_struct.h"
static struct stream_priv_s {
char* user;