Bug 959948: Drop unused forward-declarations and includes in layout/forms/nsI*Frame.h r=mats

This commit is contained in:
Daniel Holbert 2014-01-15 21:28:33 -08:00
parent 7e8cb6aa8a
commit e8457fc428
5 changed files with 2 additions and 15 deletions

View File

@ -7,16 +7,9 @@
#define nsIComboboxControlFrame_h___
#include "nsQueryFrame.h"
#include "nsFont.h"
class nsString;
class nsIContent;
class nsCSSFrameConstructor;
/**
* nsIComboboxControlFrame is the common interface for frames of form controls. It
* provides a uniform way of creating widgets, resizing, and painting.
* @see nsLeafFrame and its base classes for more info
* nsIComboboxControlFrame is the interface for comboboxes.
*/
class nsIComboboxControlFrame : public nsQueryFrame
{

View File

@ -7,10 +7,9 @@
#define nsIFormControlFrame_h___
#include "nsQueryFrame.h"
class nsAString;
class nsIContent;
class nsIAtom;
struct nsSize;
/**
* nsIFormControlFrame is the common interface for frames of form controls. It

View File

@ -7,10 +7,8 @@
#define nsIListControlFrame_h___
#include "nsQueryFrame.h"
#include "nsFont.h"
class nsAString;
class nsIContent;
namespace mozilla {
namespace dom {

View File

@ -8,8 +8,6 @@
#include "nsQueryFrame.h"
class nsIDOMHTMLOptionElement;
/**
* nsISelectControlFrame is the interface for combo boxes and listboxes
*/

View File

@ -9,7 +9,6 @@
#include "nsIFormControlFrame.h"
class nsIEditor;
class nsIDocShell;
class nsISelectionController;
class nsFrameSelection;