mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 22:21:37 +00:00
tsort: fix wrong header inclusion
This commit is contained in:
parent
c1e857484e
commit
417a581d92
@ -1,11 +1,5 @@
|
|||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#ifndef GIT_WIN32
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#endif
|
|
||||||
/**
|
/**
|
||||||
* An array-of-pointers implementation of Python's Timsort
|
* An array-of-pointers implementation of Python's Timsort
|
||||||
* Based on code by Christopher Swenson under the MIT license
|
* Based on code by Christopher Swenson under the MIT license
|
||||||
|
Loading…
Reference in New Issue
Block a user