瀏覽代碼

revert back to original

Sepehr Taghdisian 11 年之前
父節點
當前提交
6d6ee4e1f1
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      imgui.cpp

+ 0 - 6
imgui.cpp

@@ -162,12 +162,6 @@
 #include <stdio.h>		// vsnprintf
 #include <string.h>		// memset
 
-#ifdef __GNUC__
-  #include <limits.h>
-  #include <stdint.h>
-#endif
-
-
 #ifdef _MSC_VER
 #pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen
 #endif