Backed out changeset e8083c2c6649 (bug 1111244)

This commit is contained in:
Wes Kocher 2014-12-15 14:52:50 -08:00
parent 2e2d08fbaf
commit e78d0b35b8

View File

@ -21,11 +21,11 @@
#include "jsutil.h"
#ifdef XP_WIN
#include <crtdbg.h> /* for _CrtSetReportMode */
#include <mmsystem.h> /* for timeBegin/EndPeriod */
#include <stdlib.h> /* for _set_invalid_parameter_handler */
#include <windef.h>
#include <winbase.h>
#include <mmsystem.h> /* for timeBegin/EndPeriod */
#include <crtdbg.h> /* for _CrtSetReportMode */
#include <stdlib.h> /* for _set_invalid_parameter_handler */
#include "prinit.h"