summaryrefslogtreecommitdiffstats
path: root/libass/ass_string.h
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2015-09-15 17:10:58 +0300
committerOleg Oshmyan <chortos@inbox.lv>2015-09-17 23:37:10 +0300
commitd335134ae98fac808d7b1832f4ec87cbc02e217e (patch)
tree8ce4f4b6abdb9969a02857aae567d7e1d8e037e2 /libass/ass_string.h
parent4b86ddcaab63429c7ba52ca0db4745d11cb79b8e (diff)
downloadlibass-d335134ae98fac808d7b1832f4ec87cbc02e217e.tar.bz2
libass-d335134ae98fac808d7b1832f4ec87cbc02e217e.tar.xz
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.
Diffstat (limited to 'libass/ass_string.h')
-rw-r--r--libass/ass_string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_string.h b/libass/ass_string.h
index 8944804..7cda708 100644
--- a/libass/ass_string.h
+++ b/libass/ass_string.h
@@ -16,8 +16,6 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "config.h"
-
#include <stdlib.h>
#ifndef ASS_STRING_H