commit 8ad022d28ef2432ad9fcd3b13fca28d0d813631f from: Neels Hofmeyr date: Tue May 05 05:00:46 2020 UTC diff.c: move two #include to the top commit - bb7fb738462f1e54a85659098b77605727b9dee0 commit + 8ad022d28ef2432ad9fcd3b13fca28d0d813631f blob - 86b3c54681283baa034bfbeeb19d4b2ee19ef50a blob + 672b15f7a6ce193952dd1f861a1eda057217c2d1 --- 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){