Remove double includes 🚑

This commit is contained in:
FutureRave 2022-03-11 19:03:15 +00:00
parent c1b8ceab7f
commit 418f79045e
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955
3 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,6 @@
#include <std_include.hpp>
#include "loader/module_loader.hpp"
#include "command.hpp"
#include "game/structs.hpp"
#include "game/game.hpp"
#include "utils/string.hpp"

View File

@ -1,6 +1,5 @@
#include <std_include.hpp>
#include "loader/module_loader.hpp"
#include "game/structs.hpp"
#include "game/game.hpp"
#include "utils/hook.hpp"

View File

@ -1,7 +1,5 @@
#pragma once
#include "loader/module_loader.hpp"
#include "game/structs.hpp"
#include "game/game.hpp"
class test_clients final : public module