]> granicus.if.org Git - libass/commit
Include config.h in all source files and in no headers
authorOleg Oshmyan <chortos@inbox.lv>
Tue, 15 Sep 2015 14:10:58 +0000 (17:10 +0300)
committerOleg Oshmyan <chortos@inbox.lv>
Thu, 17 Sep 2015 20:37:10 +0000 (23:37 +0300)
commitd335134ae98fac808d7b1832f4ec87cbc02e217e
tree8ce4f4b6abdb9969a02857aae567d7e1d8e037e2
parent4b86ddcaab63429c7ba52ca0db4745d11cb79b8e
Include config.h in all source files and in no headers

This way, #include "config.h" is consistently the very
first thing the compiler sees when compiling any file.

Some source files currently don't use anything defined in config.h,
but it's easier and less error-prone to include it now to anticipate
possible future changes in those files, config.h or other headers.
12 files changed:
libass/ass_blur.c
libass/ass_coretext.h
libass/ass_directwrite.h
libass/ass_drawing.c
libass/ass_fontconfig.h
libass/ass_rasterizer.c
libass/ass_rasterizer_c.c
libass/ass_shaper.h
libass/ass_string.c
libass/ass_string.h
libass/ass_strtod.c
libass/ass_utils.h