1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Remove unused includes

This commit is contained in:
Andrei Kortunov 2024-03-16 16:59:48 +04:00
parent 4520ee465d
commit 8037ad7f00
2 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
#include "gmock/gmock.h"
#include <gtest/gtest.h>
#include <components/lua/yamlloader.hpp>

View File

@ -1,9 +1,7 @@
#ifndef COMPONENTS_LUA_YAMLLOADER_H
#define COMPONENTS_LUA_YAMLLOADER_H
#include <map>
#include <sol/sol.hpp>
#include <stdexcept>
#include <yaml-cpp/yaml.h>
namespace LuaUtil