commit | 6d6ee4e1f1ae049e0a818761cbecde515a4e66c9 | [log] [tgz] |
---|---|---|
author | Sepehr Taghdisian <sep.tagh@gmail.com> | Thu Aug 14 19:21:01 2014 +0430 |
committer | Sepehr Taghdisian <sep.tagh@gmail.com> | Thu Aug 14 19:21:01 2014 +0430 |
tree | 85d5afb6bd70d27845f08677f95295c8f162990e | |
parent | e9b0a61f482280c566f9423d78cad37da2487cbe [diff] |
revert back to original
diff --git a/imgui.cpp b/imgui.cpp index 888a43b..05ef8c1 100644 --- a/imgui.cpp +++ b/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