Common: Remove unused include

pull/3794/head
Stenzek 3 weeks ago
parent 274143dfd2
commit 9c91b91562
No known key found for this signature in database

@ -7,13 +7,11 @@
#pragma once
#include "types.h"
#include <map>
#include <set>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <version>
namespace detail {
struct transparent_string_hash

@ -23,6 +23,7 @@
#include <string>
#include <string_view>
#include <tuple>
#include <unordered_map>
#include <vector>
class Error;

@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: 2019-2025 Connor McLaughlin <stenzek@gmail.com>
// SPDX-FileCopyrightText: 2019-2026 Connor McLaughlin <stenzek@gmail.com>
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
#include "image.h"
@ -17,6 +17,7 @@
#include "common/scoped_guard.h"
#include "common/string_util.h"
#include <cmath>
#include <jpeglib.h>
#include <limits>
#include <plutosvg.h>

Loading…
Cancel
Save