summaryrefslogtreecommitdiff
path: root/src/pack-objects.c
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-12-05 15:57:48 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2020-12-06 01:08:22 +0000
commit404dd02443aebed284033e02ace8b791151aa7a9 (patch)
tree7102a446d3c1a8c2f9812f68d87a51416bd8f9cc /src/pack-objects.c
parentab7729747c4b55a93b8973e94429c747fe274529 (diff)
downloadlibgit2-404dd02443aebed284033e02ace8b791151aa7a9.tar.gz
threads: rename thread files to thread.[ch]
Diffstat (limited to 'src/pack-objects.c')
-rw-r--r--src/pack-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pack-objects.c b/src/pack-objects.c
index 81678537d..f9d8bfd35 100644
--- a/src/pack-objects.c
+++ b/src/pack-objects.c
@@ -12,7 +12,7 @@
#include "iterator.h"
#include "netops.h"
#include "pack.h"
-#include "thread-utils.h"
+#include "thread.h"
#include "tree.h"
#include "util.h"
#include "revwalk.h"