Tidying up

This commit is contained in:
ocornut
2015-07-30 22:49:10 -06:00
parent 040f3950a3
commit abf823c6f6
3 changed files with 5 additions and 14 deletions

View File

@@ -14,9 +14,8 @@
#include "imgui.h"
#define IMGUI_DEFINE_MATH_OPERATORS
#define IMGUI_DEFINE_MATH_FUNCTIONS
#include "imgui_internal.h"
#include <stdio.h> // vsnprintf, sscanf, printf
#include <new> // new (ptr)
#if defined(_MSC_VER) || defined(__MINGW32__)