summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
authorBjorn Reese <breese@src.gnome.org>2001-04-21 16:57:29 +0000
committerBjorn Reese <breese@src.gnome.org>2001-04-21 16:57:29 +0000
commit70a9da54eb200cd5c5ceafb72aff72c39021c94c (patch)
treef1451c927671ec62eae6b8adc65babd8ddc88251 /hash.c
parent34b1b3a81ed88ad9885be382327e4be10364c01a (diff)
downloadlibxml2-70a9da54eb200cd5c5ceafb72aff72c39021c94c.tar.gz
trio upgrade and integration
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/hash.c b/hash.c
index f8865e86..fc6fffee 100644
--- a/hash.c
+++ b/hash.c
@@ -14,14 +14,10 @@
* MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
* CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
*
- * Author: bjorn.reese@systematic.dk
+ * Author: breese@users.sourceforge.net
*/
-#ifdef WIN32
-#include "win32config.h"
-#else
-#include "config.h"
-#endif
+#include "libxml.h"
#include <string.h>
#include <libxml/hash.h>