Fixed includes

This commit is contained in:
Franco 2023-09-18 01:55:53 -03:00
parent f33ee3ee61
commit 35d1030dec
41 changed files with 48 additions and 45 deletions

View file

@ -6,9 +6,9 @@
#include <functional>
#include <memory>
#include <string>
#include <tsl/robin_map.h>
#include <utility>
#include <vector>
#include <tsl/robin_map.h>
#include "common/logging/log.h"
#include "common/param_package.h"

View file

@ -5,8 +5,8 @@
#include <atomic>
#include <memory>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include <dynarmic/interface/A32/a32.h>
#include <dynarmic/interface/A64/a64.h>
#include "common/common_types.h"

View file

@ -7,9 +7,9 @@
#include <functional>
#include <memory>
#include <mutex>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/input.h"
#include "common/param_package.h"

View file

@ -7,9 +7,9 @@
#include <functional>
#include <memory>
#include <mutex>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/input.h"
#include "common/param_package.h"

View file

@ -7,9 +7,9 @@
#include <functional>
#include <memory>
#include <thread>
#include <tsl/robin_set.h>
#include <utility>
#include <tsl/robin_set.h>
#include "common/assert.h"
#include "common/logging/log.h"
#include "common/microprofile.h"

View file

@ -7,9 +7,9 @@
#include <functional>
#include <memory>
#include <string>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/polyfill_thread.h"
#include "core/hardware_properties.h"
#include "core/hle/kernel/k_auto_object.h"

View file

@ -4,9 +4,9 @@
#pragma once
#include <array>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"

View file

@ -12,8 +12,8 @@
#include <random>
#include <span>
#include <thread>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "common/logging/log.h"
#include "common/socket_types.h"
#include "core/hle/result.h"

View file

@ -4,8 +4,8 @@
#include <string>
#include <optional>
#include <tsl/robin_map.h>
#include <boost/container_hash/hash.hpp>
#include <tsl/robin_map.h>
#include "common/logging/log.h"
#include "core/core.h"

View file

@ -6,8 +6,8 @@
#include <deque>
#include <memory>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "core/hle/service/nvdrv/nvdata.h"
namespace Tegra::Host1x {

View file

@ -9,9 +9,10 @@
#include <memory>
#include <mutex>
#include <optional>
#include <tsl/robin_map.h>
#include <assert.h>
#include <tsl/robin_map.h>
#include "common/bit_field.h"
#include "common/common_types.h"
#include "core/hle/service/nvdrv/nvdata.h"

View file

@ -4,9 +4,10 @@
#pragma once
#include <memory>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"

View file

@ -9,9 +9,9 @@
#include <memory>
#include <span>
#include <string>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "core/hle/service/kernel_helpers.h"
#include "core/hle/service/nvdrv/core/container.h"

View file

@ -5,8 +5,8 @@
#include <memory>
#include <mutex>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "core/hle/service/kernel_helpers.h"
#include "core/hle/service/nvnflinger/binder.h"

View file

@ -6,8 +6,8 @@
#include <memory>
#include <mutex>
#include <string>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "common/concepts.h"
#include "core/hle/kernel/k_port.h"
#include "core/hle/result.h"

View file

@ -6,9 +6,9 @@
#include <atomic>
#include <mutex>
#include <thread>
#include <tsl/robin_map.h>
#include <SDL.h>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/threadsafe_queue.h"
#include "input_common/input_engine.h"

View file

@ -5,8 +5,8 @@
#include <functional>
#include <mutex>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/input.h"
#include "common/param_package.h"

View file

@ -5,9 +5,10 @@
#include <memory>
#include <string>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
namespace Common {
class ParamPackage;
}

View file

@ -4,10 +4,11 @@
#include <algorithm>
#include <memory>
#include <string>
#include <tsl/robin_map.h>
#include <utility>
#include <vector>
#include <tsl/robin_map.h>
#include <fmt/format.h>
#include <boost/intrusive/list.hpp>

View file

@ -16,10 +16,10 @@
#include <deque>
#include <map>
#include <span>
#include <tsl/robin_map.h>
#include <variant>
#include <vector>
#include <tsl/robin_map.h>
#include "shader_recompiler/frontend/ir/basic_block.h"
#include "shader_recompiler/frontend/ir/opcodes.h"
#include "shader_recompiler/frontend/ir/pred.h"

View file

@ -8,9 +8,9 @@
#include <mutex>
#include <stdexcept>
#include <thread>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include <catch2/catch_test_macros.hpp>
#include "common/common_types.h"

View file

@ -3,8 +3,8 @@
#include <memory>
#include <stdexcept>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include <catch2/catch_test_macros.hpp>
#include "common/alignment.h"

View file

@ -10,9 +10,9 @@
#include <mutex>
#include <numeric>
#include <span>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include <boost/container/small_vector.hpp>
#define BOOST_NO_MT
#include <boost/pool/detail/mutex.hpp>

View file

@ -8,9 +8,9 @@
#include <deque>
#include <limits>
#include <type_traits>
#include <tsl/robin_set.h>
#include <utility>
#include <tsl/robin_set.h>
#include "common/alignment.h"
#include "common/common_types.h"
#include "video_core/buffer_cache/word_manager.h"

View file

@ -7,9 +7,9 @@
#include <limits>
#include <mutex>
#include <optional>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
namespace Tegra {

View file

@ -5,8 +5,8 @@
#include <memory>
#include <mutex>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "video_core/dma_pusher.h"
namespace Tegra {

View file

@ -4,8 +4,8 @@
#include <array>
#include <cmath>
#include <span>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "common/assert.h"
#include "common/bit_cast.h"
#include "video_core/engines/sw_blitter/converter.h"

View file

@ -5,9 +5,9 @@
#include <memory>
#include <unordered_map>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/bit_field.h"
#include "common/common_types.h"

View file

@ -12,10 +12,10 @@
#include <memory>
#include <mutex>
#include <optional>
#include <tsl/robin_map.h>
#include <tsl/robin_set.h>
#include <vector>
#include <tsl/robin_map.h>
#include <tsl/robin_set.h>
#include "common/assert.h"
#include "common/settings.h"
#include "core/memory.h"

View file

@ -4,8 +4,8 @@
#pragma once
#include <filesystem>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/thread_worker.h"
#include "shader_recompiler/host_translate_info.h"

View file

@ -8,9 +8,9 @@
#include <filesystem>
#include <memory>
#include <type_traits>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/thread_worker.h"
#include "shader_recompiler/frontend/ir/basic_block.h"

View file

@ -4,9 +4,8 @@
#pragma once
#include <mutex>
#include <unordered_map>
#include <tsl/robin_map.h>
#include <tsl/robin_map.h>
#include "video_core/surface.h"
#include "video_core/vulkan_common/vulkan_wrapper.h"

View file

@ -7,10 +7,10 @@
#include <memory>
#include <mutex>
#include <span>
#include <tsl/robin_map.h>
#include <utility>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/polyfill_ranges.h"
#include "video_core/control/channel_state_cache.h"

View file

@ -11,9 +11,9 @@
#include <optional>
#include <span>
#include <type_traits>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/polyfill_thread.h"
#include "common/unique_function.h"

View file

@ -3,9 +3,9 @@
#pragma once
#include <tsl/robin_set.h>
#include <boost/container/small_vector.hpp>
#include <tsl/robin_set.h>
#include "common/alignment.h"
#include "common/settings.h"
#include "core/memory.h"

View file

@ -9,12 +9,12 @@
#include <mutex>
#include <span>
#include <type_traits>
#include <tsl/robin_map.h>
#include <tsl/robin_set.h>
#include <vector>
#include <boost/container/small_vector.hpp>
#include <queue>
#include <tsl/robin_map.h>
#include <tsl/robin_set.h>
#include "common/common_types.h"
#include "common/hash.h"
#include "common/literals.h"

View file

@ -6,9 +6,9 @@
#include <chrono>
#include <optional>
#include <thread>
#include <tsl/robin_set.h>
#include <utility>
#include <vector>
#include <tsl/robin_set.h>
#include "common/assert.h"
#include "common/literals.h"

View file

@ -6,8 +6,8 @@
#include <set>
#include <span>
#include <string>
#include <tsl/robin_map.h>
#include <vector>
#include <tsl/robin_map.h>
#include "common/common_types.h"
#include "common/logging/log.h"
#include "common/settings.h"

View file

@ -4,8 +4,8 @@
#pragma once
#include <string>
#include <tsl/robin_map.h>
#include <QString>
#include <tsl/robin_map.h>
#include "common/common_types.h"

View file

@ -1,7 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2019 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include <tsl/robin_map.h>
#include <QBuffer>
#include <QByteArray>
#include <QGraphicsOpacityEffect>
@ -11,6 +10,7 @@
#include <QPixmap>
#include <QPropertyAnimation>
#include <QStyleOption>
#include <tsl/robin_map.h>
#include "core/frontend/framebuffer_layout.h"
#include "core/loader/loader.h"
#include "ui_loading_screen.h"

View file

@ -4,12 +4,12 @@
#pragma once
#include <memory>
#include <tsl/robin_map.h>
#include <tsl/robin_set.h>
#include <QDialog>
#include <QSortFilterProxyModel>
#include <QStandardItemModel>
#include <QVariant>
#include <tsl/robin_map.h>
#include <tsl/robin_set.h>
#include "network/network.h"
namespace Ui {