mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
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:
parent
71e99a4d66
commit
76d012145d
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user