]> git.armaanb.net Git - stagit.git/blobdiff - src/stagit.c
Fix cp function location
[stagit.git] / src / stagit.c
index b71eeda0db64c440eceda86eb7940ded010f574f..124366811647e1aa0d9aa549f7985e44dabb841a 100644 (file)
@@ -19,8 +19,8 @@
 #include <cmark-gfm.h>
 #endif
 
-#include "cp.h"
 #include "compat.h"
+#include "cp.h"
 
 struct deltainfo {
        git_patch *patch;