Bug 1332639 - Remove unneeded #include so that this file builds, r=gsvelto

MozReview-Commit-ID: 87ERrrrWJ1U

--HG--
extra : rebase_source : b7b3de312d7571ad4ce2d106787a1c344355e3d5
This commit is contained in:
Benjamin Smedberg 2017-02-27 14:04:44 -05:00
Родитель 71e99a4d66
Коммит 76d012145d
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -3,10 +3,13 @@
#include <stdio.h>
#include "nscore.h"
#include "nsExceptionHandler.h"
#include "mozilla/Unused.h"
#include "ExceptionThrower.h"
#ifdef XP_WIN
#include <windows.h>
#endif
/*
* This pure virtual call example is from MSDN
*/