tsort: fix wrong header inclusion

This commit is contained in:
nulltoken 2011-07-07 13:38:47 +02:00 committed by Vicent Marti
parent c1e857484e
commit 417a581d92

View File

@ -1,11 +1,5 @@
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>
#ifndef GIT_WIN32
#include <common.h>
#endif
/**
* An array-of-pointers implementation of Python's Timsort
* Based on code by Christopher Swenson under the MIT license