Removing ifdef surrounding #include after being cited for portability violation.

Bug #103579
This commit is contained in:
seawood%netscape.com 2001-10-13 04:21:41 +00:00
parent 1944958d8e
commit 1d7513d8fb

View File

@ -38,9 +38,7 @@
#include "nsLookAndFeel.h"
#include "nsQApplication.h"
#include "nsXPLookAndFeel.h"
#ifdef NS_DEBUG
#include "nsSize.h" // needed for nsILookAndFeel's forward declaration
#endif
#include <qpalette.h>