ClangTidy: remove duplicated includes

This commit is contained in:
Marius Messerschmidt
2023-11-17 22:30:01 +01:00
parent 5162b4fdec
commit b1319b34e7
2 changed files with 0 additions and 3 deletions
@@ -59,8 +59,6 @@ FF_MAYBE_UNUSED static void detectTTY(FFTerminalFontResult* terminalFont)
#if defined(_WIN32) || defined(__linux__)
#include "common/library.h"
#include "common/processing.h"
#include <stdlib.h>
static const char* detectWTProfile(yyjson_val* profile, FFstrbuf* name, double* size)
-1
View File
@@ -2,7 +2,6 @@
#include "common/parsing.h"
#include "common/printing.h"
#include "common/jsonconfig.h"
#include "common/parsing.h"
#include "detection/host/host.h"
#include "detection/gpu/gpu.h"
#include "modules/gpu/gpu.h"