refactor: remove superflous includes
This commit is contained in:
parent
a61027aef8
commit
4b2e6fa1df
@ -4,8 +4,8 @@
|
||||
#include <fancy.hpp>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace Soundux::Objects
|
||||
{
|
||||
const std::string Config::path = []() -> std::string {
|
||||
|
@ -1,7 +1,6 @@
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "audio.hpp"
|
||||
#include "../../core/global/globals.hpp"
|
||||
#include "../misc/misc.hpp"
|
||||
#include <fancy.hpp>
|
||||
|
||||
#define MINIAUDIO_IMPLEMENTATION
|
||||
|
@ -1,15 +1,12 @@
|
||||
#pragma once
|
||||
#include "../../core/global/objects.hpp"
|
||||
|
||||
#include <atomic>
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <miniaudio.h>
|
||||
#include <optional>
|
||||
#include <shared_mutex>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
namespace Soundux
|
||||
{
|
||||
|
@ -1,9 +1,7 @@
|
||||
#pragma once
|
||||
#if defined(__linux__)
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <optional>
|
||||
#include <shared_mutex>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
@ -5,7 +5,6 @@
|
||||
#include <optional>
|
||||
#include <process.hpp>
|
||||
#include <regex>
|
||||
#include <sstream>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
|
@ -1,5 +1,4 @@
|
||||
#pragma once
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
@ -4,11 +4,9 @@
|
||||
#include "../../../helper/systeminfo/systeminfo.hpp"
|
||||
#include "../../../helper/version/check.hpp"
|
||||
#include "../../../helper/ytdl/youtube-dl.hpp"
|
||||
#include <algorithm>
|
||||
#include <cstdint>
|
||||
#include <fancy.hpp>
|
||||
#include <filesystem>
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <optional>
|
||||
#include <thread>
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#if defined(__linux__)
|
||||
#include "../helper/audio/linux/pulse.hpp"
|
||||
#endif
|
||||
#include <atomic>
|
||||
#include <cstdint>
|
||||
#include <queue>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user