summaryrefslogtreecommitdiff
path: root/src/sortedcache.h
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/sortedcache.h
parentab7729747c4b55a93b8973e94429c747fe274529 (diff)
downloadlibgit2-404dd02443aebed284033e02ace8b791151aa7a9.tar.gz
threads: rename thread files to thread.[ch]
Diffstat (limited to 'src/sortedcache.h')
-rw-r--r--src/sortedcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sortedcache.h b/src/sortedcache.h
index e553d01dd..ca8b10674 100644
--- a/src/sortedcache.h
+++ b/src/sortedcache.h
@@ -12,7 +12,7 @@
#include "util.h"
#include "futils.h"
#include "vector.h"
-#include "thread-utils.h"
+#include "thread.h"
#include "pool.h"
#include "strmap.h"