mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Oops, fix a couple of build errors.
This commit is contained in:
parent
f15ea6358d
commit
5cfcfb4b82
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include "nsLookAndFeel.h"
|
||||
#include "nsXPLookAndFeel.h"
|
||||
#include "nsCarbonHelpers.h"
|
||||
|
||||
|
||||
|
@ -23,6 +23,7 @@
|
||||
#ifndef __nsLookAndFeel
|
||||
#define __nsLookAndFeel
|
||||
#include "nsILookAndFeel.h"
|
||||
#include "nsCOMPtr.h"
|
||||
|
||||
class nsLookAndFeel: public nsILookAndFeel {
|
||||
NS_DECL_ISUPPORTS
|
||||
|
Loading…
Reference in New Issue
Block a user