diff --git a/stdafx.h b/stdafx.h index 98be54cd..d4238ac6 100644 --- a/stdafx.h +++ b/stdafx.h @@ -119,12 +119,3 @@ int const null_handle = 0; #endif #endif - -#ifdef DBG_NEW -#pragma push_macro("new") -#undef new -#include "imgui/imgui.h" -#pragma pop_macro("new") -#else -#include "imgui/imgui.h" -#endif diff --git a/widgets/map.cpp b/widgets/map.cpp index 63e0e4c3..170270b7 100644 --- a/widgets/map.cpp +++ b/widgets/map.cpp @@ -1,7 +1,6 @@ #include "stdafx.h" #include "widgets/map.h" #include "widgets/map_objects.h" -#include "imgui/imgui.h" #include "Logs.h" #include "Train.h" #include "Camera.h" diff --git a/widgets/vehiclelist.cpp b/widgets/vehiclelist.cpp index 7c3d2dc6..26b0adb1 100644 --- a/widgets/vehiclelist.cpp +++ b/widgets/vehiclelist.cpp @@ -1,6 +1,6 @@ +#include "stdafx.h" #include "widgets/vehiclelist.h" #include "simulation.h" -#include "imgui/imgui.h" #include "Driver.h" void ui::vehiclelist_panel::render_contents() {