Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg

This commit is contained in:
Ehsan Akhgari
2013-09-23 13:29:27 -04:00
parent c1200d8d16
commit 5bdb9ad58e
58 changed files with 73 additions and 30 deletions

View File

@@ -43,6 +43,7 @@
#include "nsIDirectoryEnumerator.h"
#include "nsISimpleEnumerator.h"
#include "private/pprio.h"
#include "prlink.h"
#ifdef MOZ_WIDGET_GTK
#include "nsIGIOService.h"