Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Object.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 18:58:15 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 18:58:15 (GMT)
commitd99fb4f4acd14fcdbda968abd907547dcc7af40c (patch)
treebbd52b808b583073e6d1d7c1043158fe8fd6fe4c /pdf/xpdf/Object.h
parent28626f3d3c9aacc49c6f79353e7fcb2e49360b02 (diff)
Completely synched with Xpdf 0.90
doc changes (version numbers), typo fixes
Diffstat (limited to 'pdf/xpdf/Object.h')
-rw-r--r--pdf/xpdf/Object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pdf/xpdf/Object.h b/pdf/xpdf/Object.h
index b362575..789cd5f 100644
--- a/pdf/xpdf/Object.h
+++ b/pdf/xpdf/Object.h
@@ -22,7 +22,6 @@
class Array;
class Dict;
class Stream;
-class XRef;
//------------------------------------------------------------------------
// Ref
@@ -293,6 +292,4 @@ inline void Object::streamSetPos(int pos)
inline Dict *Object::streamGetDict()
{ return stream->getDict(); }
-#include "XRef.h"
-
#endif