chore: remove unused header includes (#5227)

This commit is contained in:
Charles Kerr 2023-03-14 18:36:15 -05:00 committed by GitHub
parent 231f653089
commit 3aeefec203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 8 deletions

View File

@ -16,8 +16,6 @@
#include <utility>
#include <vector>
#include <event2/bufferevent.h>
#include <fmt/format.h>
#include "transmission.h"

View File

@ -24,8 +24,6 @@
#include <windows.h> /* CreateProcess(), GetLastError() */
#endif
#include <event2/util.h> /* evutil_vsnprintf() */
#include <fmt/chrono.h>
#include <fmt/core.h>

View File

@ -19,7 +19,6 @@
#endif
#include <event2/event.h>
#include <event2/util.h>
#include <fmt/format.h>

View File

@ -9,8 +9,6 @@
#include <string_view>
#include <utility>
#include <event2/buffer.h>
#include <libtransmission/transmission.h>
#include <libtransmission/cache.h> // tr_cacheWriteBlock()

View File

@ -19,7 +19,6 @@
#include <curl/curl.h>
#include <event2/buffer.h>
#include <event2/util.h>
#include <fmt/chrono.h>
#include <fmt/format.h>