refactor(Globals): Removed old include from files
This commit is contained in:
parent
3ca3653089
commit
9e34eb083b
@ -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
|
||||
|
Reference in New Issue
Block a user