diff options
Diffstat (limited to 'src/hyper/cond.c')
-rw-r--r-- | src/hyper/cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/cond.c b/src/hyper/cond.c index 82d79c4d..ef7c42e0 100644 --- a/src/hyper/cond.c +++ b/src/hyper/cond.c @@ -46,8 +46,8 @@ #include "debug.h" #include "sockio.h" -#include "hterror.h" #include "halloc.h" +#include "lex.h" #include "hyper.h" #include "all_hyper_proto.H1" |