aboutsummaryrefslogtreecommitdiff
path: root/Source/DOH/dohint.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DOH/dohint.h')
-rw-r--r--Source/DOH/dohint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/DOH/dohint.h b/Source/DOH/dohint.h
index 87cee1259..609491615 100644
--- a/Source/DOH/dohint.h
+++ b/Source/DOH/dohint.h
@@ -15,6 +15,8 @@
#ifndef _DOHINT_H
#define _DOHINT_H
+#include "doh.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -22,8 +24,6 @@
#include <ctype.h>
#include <stdarg.h>
-#include "doh.h"
-
/* Hash objects */
typedef struct {
DOH *(*doh_getattr)(DOH *obj, DOH *name); /* Get attribute */