1
0
mirror of synced 2025-01-18 00:56:49 +01:00

impr: Remove unused includes in tools files

This commit is contained in:
WerWolv 2023-11-14 01:40:43 +01:00
parent d3ed34d5eb
commit 273573ce68
12 changed files with 4 additions and 50 deletions

View File

@ -7,8 +7,6 @@
#include <hex/ui/imgui_imhex_extensions.h>
#include <wolv/net/socket_client.hpp>
namespace hex::plugin::builtin {
namespace impl {
void drawASCIITable() {

View File

@ -4,10 +4,6 @@
#include <hex/ui/view.hpp>
#include <algorithm>
#include <llvm/Demangle/Demangle.h>
#include <content/helpers/math_evaluator.hpp>
#include <content/tools_entries.hpp>
#include <hex/ui/imgui_imhex_extensions.h>

View File

@ -4,7 +4,6 @@
#include <algorithm>
#include <llvm/Demangle/Demangle.h>
#include <content/tools_entries.hpp>
#include <imgui.h>

View File

@ -1,35 +1,18 @@
#include <hex/api/content_registry.hpp>
#include <hex/api/imhex_api.hpp>
#include <hex/helpers/http_requests.hpp>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/fmt.hpp>
#include <hex/helpers/literals.hpp>
#include <hex/helpers/fs.hpp>
#include <hex/api/localization.hpp>
#include <hex/helpers/http_requests.hpp>
#include <hex/ui/view.hpp>
#include <algorithm>
#include <chrono>
#include <random>
#include <regex>
#include <llvm/Demangle/Demangle.h>
#include <content/helpers/math_evaluator.hpp>
#include <content/tools_entries.hpp>
#include <imgui.h>
#include <implot.h>
#include <regex>
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>
#include <content/popups/popup_notification.hpp>
#include <nlohmann/json.hpp>
#include <wolv/io/file.hpp>
#include <wolv/utils/guards.hpp>
#include <wolv/net/socket_client.hpp>
#include <wolv/net/socket_server.hpp>
namespace hex::plugin::builtin {
namespace impl {

View File

@ -6,8 +6,6 @@
#include <algorithm>
#include <random>
#include <llvm/Demangle/Demangle.h>
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>

View File

@ -4,9 +4,6 @@
#include <algorithm>
#include <random>
#include <llvm/Demangle/Demangle.h>
#include <content/helpers/math_evaluator.hpp>
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>

View File

@ -8,18 +8,13 @@
#include <hex/helpers/fs.hpp>
#include <hex/api/localization.hpp>
#include <hex/ui/view.hpp>
#include <algorithm>
#include <chrono>
#include <random>
#include <regex>
#include <llvm/Demangle/Demangle.h>
#include <content/helpers/math_evaluator.hpp>
#include <imgui.h>
#include <implot.h>
#include <hex/ui/imgui_imhex_extensions.h>
#include <content/popups/popup_notification.hpp>
@ -27,7 +22,6 @@
#include <wolv/io/file.hpp>
#include <wolv/utils/guards.hpp>
#include <wolv/net/socket_client.hpp>
#include <wolv/net/socket_server.hpp>
namespace hex::plugin::builtin {

View File

@ -2,7 +2,6 @@
#include <hex/ui/view.hpp>
#include <algorithm>
#include <regex>
#include <llvm/Demangle/Demangle.h>

View File

@ -7,8 +7,6 @@
#include <hex/ui/imgui_imhex_extensions.h>
#include <wolv/net/socket_client.hpp>
namespace hex::plugin::builtin {
namespace impl {
void drawInvariantMultiplicationDecoder() {

View File

@ -5,8 +5,6 @@
#include <hex/ui/imgui_imhex_extensions.h>
#include <wolv/net/socket_client.hpp>
namespace hex::plugin::builtin {
namespace impl {
void drawPermissionsCalculator() {

View File

@ -6,15 +6,12 @@
#include <regex>
#include <llvm/Demangle/Demangle.h>
#include <content/tools_entries.hpp>
#include <imgui.h>
#include <hex/ui/imgui_imhex_extensions.h>
#include <wolv/net/socket_server.hpp>
namespace hex::plugin::builtin {
namespace impl {
void drawRegexReplacer() {

View File

@ -5,9 +5,6 @@
#include <hex/ui/view.hpp>
#include <chrono>
#include <llvm/Demangle/Demangle.h>
#include <content/tools_entries.hpp>
#include <imgui.h>