Branimir Karadžić 9 年之前
父节点
当前提交
597b10128e
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      tools/geometryc/geometryc.cpp
  2. 1 1
      tools/shaderc/shaderc.h
  3. 1 1
      tools/texturec/texturec.cpp

+ 1 - 1
tools/geometryc/geometryc.cpp

@@ -58,11 +58,11 @@ namespace stl = tinystl;
 #include <bx/debug.h>
 #include <bx/debug.h>
 #include <bx/commandline.h>
 #include <bx/commandline.h>
 #include <bx/timer.h>
 #include <bx/timer.h>
-#include <bx/readerwriter.h>
 #include <bx/hash.h>
 #include <bx/hash.h>
 #include <bx/uint32_t.h>
 #include <bx/uint32_t.h>
 #include <bx/fpumath.h>
 #include <bx/fpumath.h>
 #include <bx/tokenizecmd.h>
 #include <bx/tokenizecmd.h>
+#include <bx/crtimpl.h>
 
 
 #include "bounds.h"
 #include "bounds.h"
 
 

+ 1 - 1
tools/shaderc/shaderc.h

@@ -59,9 +59,9 @@ namespace bgfx
 #include <bx/commandline.h>
 #include <bx/commandline.h>
 #include <bx/endian.h>
 #include <bx/endian.h>
 #include <bx/uint32_t.h>
 #include <bx/uint32_t.h>
-#include <bx/readerwriter.h>
 #include <bx/string.h>
 #include <bx/string.h>
 #include <bx/hash.h>
 #include <bx/hash.h>
+#include <bx/crtimpl.h>
 #include "../../src/vertexdecl.h"
 #include "../../src/vertexdecl.h"
 
 
 namespace bgfx
 namespace bgfx

+ 1 - 1
tools/texturec/texturec.cpp

@@ -27,8 +27,8 @@
 #endif // DEBUG
 #endif // DEBUG
 
 
 #include <bx/bx.h>
 #include <bx/bx.h>
-#include <bx/allocator.h>
 #include <bx/commandline.h>
 #include <bx/commandline.h>
+#include <bx/crtimpl.h>
 #include <bx/uint32_t.h>
 #include <bx/uint32_t.h>
 
 
 namespace bgfx
 namespace bgfx