Remove unused header
This commit is contained in:
parent
022c40dde2
commit
648d969fb9
1 changed files with 0 additions and 1 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <new>
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma warning(disable: 4482) // nonstandard extension used enum Name::Val, standard in C++11
|
#pragma warning(disable: 4482) // nonstandard extension used enum Name::Val, standard in C++11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue