refactor(Globals): Removed old include from files

This commit is contained in:
Yimura 2021-05-20 15:52:29 +02:00
parent a1de889037
commit cfedc34bf7
9 changed files with 0 additions and 11 deletions

View File

@ -2,7 +2,6 @@
#include "fiber_pool.hpp" #include "fiber_pool.hpp"
#include "script.hpp" #include "script.hpp"
#include "looped/looped.hpp" #include "looped/looped.hpp"
#include "core/globals.hpp"
namespace big namespace big
{ {

View File

@ -1,5 +1,4 @@
#include "backend/looped/looped.hpp" #include "backend/looped/looped.hpp"
#include "core/globals.hpp"
#include "natives.hpp" #include "natives.hpp"
namespace big namespace big

View File

@ -2,7 +2,6 @@
#include "fiber_pool.hpp" #include "fiber_pool.hpp"
#include "natives.hpp" #include "natives.hpp"
#include "script.hpp" #include "script.hpp"
#include "core/globals.hpp"
#include "util/entity.hpp" #include "util/entity.hpp"
namespace big namespace big

View File

@ -1,6 +1,5 @@
#include "backend/looped/looped.hpp" #include "backend/looped/looped.hpp"
#include "core/data/speedo_meters.hpp" #include "core/data/speedo_meters.hpp"
#include "core/globals.hpp"
#include "natives.hpp" #include "natives.hpp"
namespace big namespace big

View File

@ -1,6 +1,5 @@
#include "backend/looped/looped.hpp" #include "backend/looped/looped.hpp"
#include "core/enums.hpp" #include "core/enums.hpp"
#include "core/globals.hpp"
#include "util/entity.hpp" #include "util/entity.hpp"
#include "util/math.hpp" #include "util/math.hpp"
#include "util/notify.hpp" #include "util/notify.hpp"

View File

@ -1,3 +0,0 @@
#include "globals.hpp"
struct globals g = { };

View File

@ -1,5 +1,4 @@
#include "tabs.hpp" #include "tabs.hpp"
#include "core/globals.hpp"
namespace big namespace big
{ {

View File

@ -1,5 +1,4 @@
#include "core/data/speedo_meters.hpp" #include "core/data/speedo_meters.hpp"
#include "core/globals.hpp"
#include "gui/window/main/tabs.hpp" #include "gui/window/main/tabs.hpp"
namespace big namespace big

View File

@ -1,5 +1,4 @@
#include "core/data/custom_weapons.hpp" #include "core/data/custom_weapons.hpp"
#include "core/globals.hpp"
#include "gui/window/main/tabs.hpp" #include "gui/window/main/tabs.hpp"
namespace big namespace big