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

This commit is contained in:
colin%theblakes.com 2002-10-15 23:40:38 +00:00
Родитель d13a35e01b
Коммит da5a0cf386
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -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"

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

@ -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"