mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
General: Include headers that are necessary
Removes unused headers and ensures that all necessary headers are included. In particular, this removes quite a few <iostream> includes, which removes quite a few static constructors.
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstring>
|
||||
#include <yaml.h>
|
||||
#include <utf8proc.h>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
#include "Global.hpp"
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <yaml.h>
|
||||
|
||||
#include "athena/Types.hpp"
|
||||
|
||||
namespace athena::io {
|
||||
class IStreamReader;
|
||||
|
||||
Reference in New Issue
Block a user