comparison sub_cc.c @ 17630:7c4eef408b6b

include config.h before includes that need it based on patch by Alan Curry <pacman at theworld com>
author iive
date Thu, 16 Feb 2006 10:08:03 +0000
parents f580a7755ac5
children fd0d4b94b5ec
comparison
equal deleted inserted replaced
17629:2cee40108bbd 17630:7c4eef408b6b
15 15
16 #include <stdio.h> 16 #include <stdio.h>
17 #include <stdlib.h> 17 #include <stdlib.h>
18 #include <string.h> 18 #include <string.h>
19 19
20 #include "config.h"
20 #include "sub_cc.h" 21 #include "sub_cc.h"
21 22
22 #include "subreader.h" 23 #include "subreader.h"
23 24
24 #include "libvo/video_out.h" 25 #include "libvo/video_out.h"