Daniele Bartolini 10 سال پیش
والد
کامیت
3b7b7f98b7
2فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 2
      src/device.cpp
  2. 0 1
      src/device.h

+ 2 - 2
src/device.cpp

@@ -21,17 +21,17 @@
 #include "path.h"
 #include "physics.h"
 #include "profiler.h"
+#include "proxy_allocator.h"
 #include "resource_loader.h"
 #include "resource_manager.h"
 #include "resource_package.h"
 #include "shader_manager.h"
 #include "sjson.h"
+#include "string_utils.h"
 #include "types.h"
 #include "unit_manager.h"
 #include "vector3.h"
 #include "world.h"
-#include "proxy_allocator.h"
-#include "string_utils.h"
 #include <bgfx/bgfx.h>
 #include <bx/allocator.h>
 

+ 0 - 1
src/device.h

@@ -161,7 +161,6 @@ private:
 
 	Array<World*> _worlds;
 
-
 private:
 
 	// Disable copying