Bug 912129 - Minimize the #includes in docshell/base; r=bzbarsky

This commit is contained in:
Ehsan Akhgari
2013-09-03 16:17:26 -04:00
parent 6b8f424940
commit 72f9dd261a
21 changed files with 62 additions and 119 deletions

View File

@@ -2,12 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsCOMPtr.h"
#include "nsCOMArray.h"
#include "nsDocShellTransferableHooks.h"
#include "nsIClipboardDragDropHooks.h"
#include "nsIClipboardDragDropHookList.h"
#include "nsISimpleEnumerator.h"
#include "nsArrayEnumerator.h"
nsTransferableHookData::nsTransferableHookData()