From 1c1dcefde7ae4d740617c61ab4e5ea59ad62cc62 Mon Sep 17 00:00:00 2001 From: Makoto Kato Date: Tue, 28 Jul 2009 18:33:20 +0900 Subject: [PATCH] Bug 505691 - Remove unnecessary include of nsIPref.h. r=vlad --- gfx/thebes/src/gfxFontUtils.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/thebes/src/gfxFontUtils.cpp b/gfx/thebes/src/gfxFontUtils.cpp index a84c4d065351..b3ce803a1ca9 100644 --- a/gfx/thebes/src/gfxFontUtils.cpp +++ b/gfx/thebes/src/gfxFontUtils.cpp @@ -38,7 +38,6 @@ #include "gfxFontUtils.h" -#include "nsIPref.h" // for pref handling code #include "nsServiceManagerUtils.h" #include "nsIPrefBranch.h"