diff sub/subreader.c @ 32464:22888a8cb312

Do not use a path for including files in the same directory.
author reimar
date Wed, 27 Oct 2010 17:21:43 +0000
parents 6e7c20b56c89
children fbe5c829c69b
line wrap: on
line diff
--- a/sub/subreader.c	Wed Oct 27 17:13:54 2010 +0000
+++ b/sub/subreader.c	Wed Oct 27 17:21:43 2010 +0000
@@ -29,12 +29,12 @@
 #include <sys/types.h>
 #include <dirent.h>
 
-#include "sub/ass_mp.h"
+#include "ass_mp.h"
 #include "config.h"
 #include "mp_msg.h"
 #include "mpcommon.h"
-#include "sub/subreader.h"
-#include "sub/subassconvert.h"
+#include "subreader.h"
+#include "subassconvert.h"
 #include "libvo/sub.h"
 #include "stream/stream.h"
 #include "libavutil/common.h"