Fix misplaced #include. b=174527, r=caillon, sr=bzbarsky, a=shaver

git-svn-id: svn://10.0.0.236/trunk@132047 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
colin%theblakes.com 2002-10-15 23:40:38 +00:00
parent 760359020c
commit 254d42cfbb
2 changed files with 4 additions and 2 deletions

View File

@ -33,7 +33,8 @@
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */#include "nsCOMPtr.h"
* ***** END LICENSE BLOCK ***** */
#include "nsCOMPtr.h"
#include "nsPresContext.h"
#include "nsIPresShell.h"
#include "nsIPref.h"

View File

@ -33,7 +33,8 @@
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the NPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */#include "nsCOMPtr.h"
* ***** END LICENSE BLOCK ***** */
#include "nsCOMPtr.h"
#include "nsPresContext.h"
#include "nsIPresShell.h"
#include "nsIPref.h"