Remove unused includes

fix-osga-rotate-wildly
Andrei Kortunov 10 months ago
parent 4520ee465d
commit 8037ad7f00

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

@ -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

Loading…
Cancel
Save