mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-05 17:13:29 +08:00
refactor(Globals): Removed old include from files
This commit is contained in:
parent
a1de889037
commit
cfedc34bf7
@ -2,7 +2,6 @@
|
||||
#include "fiber_pool.hpp"
|
||||
#include "script.hpp"
|
||||
#include "looped/looped.hpp"
|
||||
#include "core/globals.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "backend/looped/looped.hpp"
|
||||
#include "core/globals.hpp"
|
||||
#include "natives.hpp"
|
||||
|
||||
namespace big
|
||||
|
@ -2,7 +2,6 @@
|
||||
#include "fiber_pool.hpp"
|
||||
#include "natives.hpp"
|
||||
#include "script.hpp"
|
||||
#include "core/globals.hpp"
|
||||
#include "util/entity.hpp"
|
||||
|
||||
namespace big
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "backend/looped/looped.hpp"
|
||||
#include "core/data/speedo_meters.hpp"
|
||||
#include "core/globals.hpp"
|
||||
#include "natives.hpp"
|
||||
|
||||
namespace big
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "backend/looped/looped.hpp"
|
||||
#include "core/enums.hpp"
|
||||
#include "core/globals.hpp"
|
||||
#include "util/entity.hpp"
|
||||
#include "util/math.hpp"
|
||||
#include "util/notify.hpp"
|
||||
|
@ -1,3 +0,0 @@
|
||||
#include "globals.hpp"
|
||||
|
||||
struct globals g = { };
|
@ -1,5 +1,4 @@
|
||||
#include "tabs.hpp"
|
||||
#include "core/globals.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "core/data/speedo_meters.hpp"
|
||||
#include "core/globals.hpp"
|
||||
#include "gui/window/main/tabs.hpp"
|
||||
|
||||
namespace big
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include "core/data/custom_weapons.hpp"
|
||||
#include "core/globals.hpp"
|
||||
#include "gui/window/main/tabs.hpp"
|
||||
|
||||
namespace big
|
||||
|
Loading…
x
Reference in New Issue
Block a user