diff options
Diffstat (limited to 'src/hyper/spadint.c')
-rw-r--r-- | src/hyper/spadint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hyper/spadint.c b/src/hyper/spadint.c index eb90c2fa..da149b8d 100644 --- a/src/hyper/spadint.c +++ b/src/hyper/spadint.c @@ -38,17 +38,17 @@ /* Communication interface for external AXIOM buffers */ #define _SPADINT_C #include "axiom-c-macros.h" -#include "useproto.h" + #include "debug.h" #include <signal.h> - +#include "sockio.h" #include "hyper.h" #include "parse.h" #include "bsdsignal.h" #include "all_hyper_proto.H1" -#include "sockio-c.H1" +#include "sockio.h" #include "bsdsignal.H1" |