vendor/libgit2/src/refspec.c in rugged-0.26.7 vs vendor/libgit2/src/refspec.c in rugged-0.27.0
- old
+ new
@@ -3,13 +3,13 @@
*
* This file is part of libgit2, distributed under the GNU GPL v2 with
* a Linking Exception. For full terms see the included COPYING file.
*/
+#include "refspec.h"
+
#include "git2/errors.h"
-#include "common.h"
-#include "refspec.h"
#include "util.h"
#include "posix.h"
#include "refs.h"
#include "vector.h"