mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 15:32:35 +00:00
Merge pull request #1915 from zcbenz/common-h-before-config-h
The "common.h" should be included before "config.h".
This commit is contained in:
commit
a1efa5960d
@ -1,3 +1,4 @@
|
||||
#include "common.h"
|
||||
#include "repository.h"
|
||||
#include "fileops.h"
|
||||
#include "config.h"
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include "git2/ignore.h"
|
||||
#include "common.h"
|
||||
#include "ignore.h"
|
||||
#include "attr.h"
|
||||
#include "path.h"
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include "git2/oid.h"
|
||||
#include "git2/net.h"
|
||||
|
||||
#include "common.h"
|
||||
#include "config.h"
|
||||
#include "repository.h"
|
||||
#include "remote.h"
|
||||
|
Loading…
Reference in New Issue
Block a user