Removing unused headers thanks to IWYU

This commit is contained in:
Luis Díaz Más
2022-03-04 18:09:22 +01:00
parent 3f3b651c04
commit 8b1fe379a1
47 changed files with 81 additions and 267 deletions
+3 -5
View File
@@ -1,16 +1,14 @@
// SPDX-License-Identifier: GPL-2.0-or-later
// included header files
#include "config.h"
#include "futils.hpp"
#include "datasets.hpp"
#include "enforce.hpp"
#include "image_int.hpp"
#include "config.h"
// + standard includes
#include <algorithm>
#include <array>
#include <cstring>
#include <filesystem>
#include <sstream>
#include <stdexcept>