Browse Source

Fixed build.

Бранимир Караџић 4 năm trước cách đây
mục cha
commit
53c4fc9d17
1 tập tin đã thay đổi với 5 bổ sung6 xóa
  1. 5 6
      tools/geometryc/geometryc.cpp

+ 5 - 6
tools/geometryc/geometryc.cpp

@@ -47,15 +47,14 @@ namespace stl = tinystl;
 #endif // 0
 
 #include <bx/bx.h>
-#include <bx/debug.h>
+#include <bx/bounds.h>
 #include <bx/commandline.h>
-#include <bx/timer.h>
+#include <bx/debug.h>
+#include <bx/file.h>
 #include <bx/hash.h>
-#include <bx/uint32_t.h>
 #include <bx/math.h>
-#include <bx/file.h>
-
-#include "bounds.h"
+#include <bx/timer.h>
+#include <bx/uint32_t.h>
 
 typedef stl::vector<bx::Vec3> Vec3Array;