Skip to content

Commit 7ea1c43

Browse files
authored
remove redundent include (#1606)
1 parent 15cf291 commit 7ea1c43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/cache/cache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "../rmalloc.h"
1010
#include "cache_array.h"
1111
#include <pthread.h>
12-
#include <stdatomic.h>
1312

1413
static CacheEntry *_CacheEvictLRU(Cache *cache) {
1514
CacheEntry *entry = CacheArray_FindMinLRU(cache->arr, cache->cap);

0 commit comments

Comments
 (0)