Fix build bustage when MOZILLA_INTERNAL_API isn't defined

This commit is contained in:
cvshook%sicking.cc 2006-01-25 22:00:38 +00:00
parent 366cc1d0ed
commit 27fd7c5cd1

View File

@ -39,11 +39,11 @@
#define nsINode_h___
#include "nsIDOMGCParticipant.h"
#include "nsPropertyTable.h"
#ifdef MOZILLA_INTERNAL_API
#include "nsINodeInfo.h"
#include "nsCOMPtr.h"
#include "nsPropertyTable.h"
#endif
class nsIContent;