git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6aba0
)
upgrade to xpdf-3.00.
author
kramm
<kramm>
Fri, 17 Sep 2004 16:55:52 +0000
(16:55 +0000)
committer
kramm
<kramm>
Fri, 17 Sep 2004 16:55:52 +0000
(16:55 +0000)
pdf2swf/xpdf/gmem.c
patch
|
blob
|
history
diff --git
a/pdf2swf/xpdf/gmem.c
b/pdf2swf/xpdf/gmem.c
index
663e69c
..
07bbf81
100644
(file)
--- a/
pdf2swf/xpdf/gmem.c
+++ b/
pdf2swf/xpdf/gmem.c
@@
-3,15
+3,15
@@
*
* Memory routines with out-of-memory checking.
*
- * Copyright 1996-2002 Glyph & Cog, LLC
+ * Copyright 1996-2003 Glyph & Cog, LLC
*/
+#include <aconf.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
-#include "./aconf.h"
-#include "./gmem.h"
+#include "gmem.h"
#ifdef DEBUG_MEM