fix bustage.

This commit is contained in:
Dan Witte 2009-10-16 14:26:00 -07:00
parent 93fa18da2f
commit ea6b4ae8a7
2 changed files with 2 additions and 4 deletions

View File

@ -66,8 +66,6 @@
#include "nsNetCID.h"
#include "nsAppDirectoryServiceDefs.h"
#include "mozIStorageService.h"
#include "mozIStorageStatement.h"
#include "mozIStorageConnection.h"
#include "mozStorageHelper.h"
#include "nsIPrivateBrowsingService.h"
#include "nsNetCID.h"

View File

@ -51,6 +51,8 @@
#include "nsCookie.h"
#include "nsString.h"
#include "nsTHashtable.h"
#include "mozIStorageStatement.h"
#include "mozIStorageConnection.h"
struct nsCookieAttributes;
struct nsListIter;
@ -62,8 +64,6 @@ class nsIPrefBranch;
class nsIObserverService;
class nsIURI;
class nsIChannel;
class mozIStorageConnection;
class mozIStorageStatement;
// hash entry class
class nsCookieEntry : public PLDHashEntryHdr