diff --git a/src/tsort.c b/src/tsort.c index 70ed58901..84f4d61ea 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -1,11 +1,5 @@ -#include -#include -#include -#include - -#ifndef GIT_WIN32 #include -#endif + /** * An array-of-pointers implementation of Python's Timsort * Based on code by Christopher Swenson under the MIT license