Moved ChunkManager out of public header directory.

This commit is contained in:
Jari Sundell
2026-07-10 10:54:37 +02:00
committed by GitHub
parent 1b25bc7f56
commit 2354c9cdb5
4 changed files with 11 additions and 47 deletions
-1
View File
@@ -8,7 +8,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <torrent/torrent.h>
#include <torrent/chunk_manager.h>
#include <torrent/data/file_manager.h>
#include <torrent/data/chunk_utils.h>
#include <torrent/runtime/runtime.h>