зеркало из https://github.com/mozilla/gecko-dev.git
Few more fixes for header files.
This commit is contained in:
Родитель
c448b728e4
Коммит
9be1c6a429
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "nsFileWidget.h"
|
||||
#include "nsIToolkit.h"
|
||||
|
||||
NS_IMPL_ISUPPORTS(nsFileWidget, nsIFileWidget::GetIID());
|
||||
|
||||
|
|
|
@ -19,12 +19,13 @@
|
|||
#ifndef nsFileWidget_h__
|
||||
#define nsFileWidget_h__
|
||||
|
||||
#include "nsIToolkit.h"
|
||||
#include "nsIWidget.h"
|
||||
#include "nsIFileWidget.h"
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
class nsIToolkit;
|
||||
|
||||
/**
|
||||
* Native GTK FileSelector wrapper
|
||||
*/
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "nsWidget.h"
|
||||
#include "nsWindow.h"
|
||||
#include "nsScrollbar.h"
|
||||
#include "nsFileWidget.h"
|
||||
#include "nsIFileWidget.h"
|
||||
#include "nsGUIEvent.h"
|
||||
#include "nsIMenu.h"
|
||||
#include "nsIMenuItem.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче