Oops, fix a couple of build errors.

This commit is contained in:
akkana%netscape.com 2000-03-30 22:58:49 +00:00
parent f15ea6358d
commit 5cfcfb4b82
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*/
#include "nsLookAndFeel.h"
#include "nsXPLookAndFeel.h"
#include "nsCarbonHelpers.h"

View File

@ -23,6 +23,7 @@
#ifndef __nsLookAndFeel
#define __nsLookAndFeel
#include "nsILookAndFeel.h"
#include "nsCOMPtr.h"
class nsLookAndFeel: public nsILookAndFeel {
NS_DECL_ISUPPORTS