Delete GUI.h umbrella include following 8d0cb1b954.

Differential Revision: https://code.wildfiregames.com/D2304
Tested on: clang 8.0.1., VS2015, Jenkins
Comments By: Vladislav, Angen, Stan
Tested by: Angen
This was SVN commit r22941.
This commit is contained in:
elexis
2019-09-20 13:11:18 +00:00
parent 8f7729bfdb
commit 1bc6d778bb
53 changed files with 96 additions and 194 deletions
@@ -27,6 +27,8 @@
#include "ps/Hotkey.h"
#include "scriptinterface/ScriptConversions.h"
#include <string>
#define SET(obj, name, value) STMT(JS::RootedValue v_(cx); AssignOrToJSVal(cx, &v_, (value)); JS_SetProperty(cx, obj, (name), v_))
// ignore JS_SetProperty return value, because errors should be impossible
// and we can't do anything useful in the case of errors anyway