Commit a1efa596 by Vicent Martí

Merge pull request #1915 from zcbenz/common-h-before-config-h

The "common.h" should be included before "config.h".
parents d4831b71 157cef10
#include "common.h"
#include "repository.h"
#include "fileops.h"
#include "config.h"
......
#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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment