commit fbbf4c35d476db3fcb541151a6acb5c8ce63ce81 from: Neels Hofmeyr date: Sun May 03 14:58:58 2020 UTC diff.c: move two #include to the top commit - ba0331d907c4dec81f17c24096308c15b10ab1aa commit + fbbf4c35d476db3fcb541151a6acb5c8ce63ce81 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){