diff sub/sub_cc.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 ab8fb38f28b1
children fbe5c829c69b
line wrap: on
line diff
--- a/sub/sub_cc.c	Wed Oct 27 17:13:54 2010 +0000
+++ b/sub/sub_cc.c	Wed Oct 27 17:21:43 2010 +0000
@@ -33,9 +33,9 @@
 #include <string.h>
 
 #include "config.h"
-#include "sub/sub_cc.h"
+#include "sub_cc.h"
 
-#include "sub/subreader.h"
+#include "subreader.h"
 
 #include "libvo/video_out.h"
 #include "libvo/sub.h"