Bug 1562063 - Stop including Char16.h everywhere in js/. r=jwalden

Same as bug 1426898, but for js.

Differential Revision: https://phabricator.services.mozilla.com/D36259

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-06-27 22:33:09 +00:00
parent 5d17058690
commit f704e82913

View File

@ -28,7 +28,4 @@
#define __STDC_CONSTANT_MACROS
#define __STDC_FORMAT_MACROS
/* Also define a char16_t type if not provided by the compiler. */
#include "mozilla/Char16.h"
#endif /* js_RequiredDefines_h */