fixing bustage

This commit is contained in:
valeski%netscape.com 2000-08-26 08:15:31 +00:00
parent 8e7702a5e8
commit 017d33a897
2 changed files with 5 additions and 6 deletions

View File

@ -91,12 +91,6 @@
#include "nsIDocShell.h"
#include "nsIXULWindow.h"
#ifdef DEBUG
#ifdef XP_MAC
#include <Timer.h>
#endif
#endif
#define BOOKMARK_TIMEOUT 15000 // fire every 15 seconds
// #define DEBUG_BOOKMARK_PING_OUTPUT 1

View File

@ -35,6 +35,11 @@
#include "nsString.h"
#include "nsIFileSpec.h"
#ifdef DEBUG
#ifdef XP_MAC
#include <Timer.h>
#endif
#endif
class nsBookmarksService : public nsIBookmarksService,
public nsIRDFDataSource,