Clean up includes

This commit is contained in:
TennesseeTrash 2025-06-08 14:50:26 +02:00
parent d2f35798ac
commit a8d4210cf2
4 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,9 @@
#ifndef KANIMAJI_ERROR_HPP
#define KANIMAJI_ERROR_HPP
#include <cstddef>
#include <stdexcept>
#include <string_view>
namespace Kanimaji
{

View file

@ -1,3 +1,4 @@
#include "Kanimaji/Error.hpp"
#include "Kanimaji/Kanimaji.hpp"
#include "Kanimaji/Settings.hpp"
#include "SVG.hpp"

View file

@ -1,3 +1,4 @@
#include "Kanimaji/Error.hpp"
#include "SVG.hpp"
#include <algorithm>

View file

@ -1,8 +1,6 @@
#ifndef KANIMAJI_SVG_HPP
#define KANIMAJI_SVG_HPP
#include "Kanimaji/Error.hpp"
#include <memory>
#include <string_view>
#include <vector>