commit d7578301c971d25b9eef71abd11e56569e6349be from: Neels Hofmeyr date: Sun May 03 02:56:53 2020 UTC diff.c: move two #include to the top commit - 691198ce4608ba638e2e5c5fb349a38d7f4350c4 commit + d7578301c971d25b9eef71abd11e56569e6349be blob - 05413fa4d9a62b8b6274752c85a40d71879592b2 blob + 0b881a3ebca5b1465af6d7f317ef8075ad1055c4 --- diff/diff.c +++ diff/diff.c @@ -26,6 +26,9 @@ #include #include +#include +#include + #ifdef __linux__ /* stupid shims to compile and test on linux */ #define __dead @@ -68,9 +71,6 @@ main(int argc, char *argv[]) return diffreg(argv[0], argv[1], 0); } -#include -#include - const struct diff_algo_config myers, patience, myers_divide; const struct diff_algo_config myers = (struct diff_algo_config){