Include a few more essential header files.
git-svn-id: svn://10.0.0.236/trunk@14589 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -45,8 +45,7 @@
|
||||
|
||||
|
||||
#include "bmk2rdf.h"
|
||||
#include "utils.h"
|
||||
#include "time.h"
|
||||
|
||||
#ifdef MOZILLA_CLIENT
|
||||
|
||||
/* extern declarations */
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
#include "rdf.h"
|
||||
#include "rdf-int.h"
|
||||
#include "vocab.h"
|
||||
#include "utils.h"
|
||||
#include "glue.h"
|
||||
#include "time.h"
|
||||
#include "stdio.h"
|
||||
#include "ctype.h"
|
||||
|
||||
@@ -66,6 +69,7 @@ void newLeafBkItem (RDFFile f, char* token);
|
||||
char * numericDate(char *url);
|
||||
void HT_WriteOutAsBookmarks1 (RDF rdf, PRFileDesc *fp, RDF_Resource u, RDF_Resource top, int indent);
|
||||
void flushBookmarks();
|
||||
RDFT MakeBMKStore (char* url);
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "prprf.h"
|
||||
#include "prtime.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "bmk2rdf.h"
|
||||
|
||||
/* mcf.c data structures and defines */
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public:
|
||||
NS_METHOD OnStopBinding(nsIURL* aURL, PRInt32 status, const nsString& aMsg);
|
||||
|
||||
protected:
|
||||
rdfStreamListener::rdfStreamListener();
|
||||
// rdfStreamListener::rdfStreamListener();
|
||||
|
||||
private:
|
||||
RDFFile mFile;
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "nsRDFDataModel.h"
|
||||
#include "nsRDFDataModelItem.h"
|
||||
#include "rdf-int.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
#include "rdf-int.h"
|
||||
|
||||
#include "utils.h"
|
||||
#include "prtime.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user