зеркало из https://github.com/microsoft/git.git
reftable: ensure git-compat-util.h is the first (indirect) include
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
0e312eaa12
Коммит
e3a3f5edf5
|
@ -6,6 +6,7 @@ license that can be found in the LICENSE file or at
|
|||
https://developers.google.com/open-source/licenses/bsd
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "reftable-error.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -6,10 +6,10 @@ license that can be found in the LICENSE file or at
|
|||
https://developers.google.com/open-source/licenses/bsd
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "reftable-malloc.h"
|
||||
|
||||
#include "basics.h"
|
||||
#include "system.h"
|
||||
|
||||
static void *(*reftable_malloc_ptr)(size_t sz);
|
||||
static void *(*reftable_realloc_ptr)(void *, size_t);
|
||||
|
|
|
@ -6,10 +6,10 @@ license that can be found in the LICENSE file or at
|
|||
https://developers.google.com/open-source/licenses/bsd
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "tree.h"
|
||||
|
||||
#include "basics.h"
|
||||
#include "system.h"
|
||||
|
||||
struct tree_node *tree_search(void *key, struct tree_node **rootp,
|
||||
int (*compare)(const void *, const void *),
|
||||
|
|
|
@ -6,6 +6,7 @@ license that can be found in the LICENSE file or at
|
|||
https://developers.google.com/open-source/licenses/bsd
|
||||
*/
|
||||
|
||||
#include "system.h"
|
||||
#include "tree.h"
|
||||
|
||||
#include "basics.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "reftable/system.h"
|
||||
#include "reftable/reftable-tests.h"
|
||||
#include "test-tool.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче