diff --git a/c32ncp.c b/c32ncp.c index 1eb22c3..a53e0c3 100644 --- a/c32ncp.c +++ b/c32ncp.c @@ -1,8 +1,7 @@ -/* c32ncp.c - Client32 NCP helpers for mars-dosutils */ - #include "net.h" #include "c32ncp.h" +/* c32ncp.c - Client32 NCP helpers for mars-dosutils */ static void c32_put_word_lh(uint8 *p, uint16 v) { p[0] = (uint8)(v & 0xff); diff --git a/c32ncp.h b/c32ncp.h index e18528f..aed90bb 100644 --- a/c32ncp.h +++ b/c32ncp.h @@ -2,9 +2,6 @@ #ifndef C32NCP_H #define C32NCP_H - -#include "net.h" - int c32_get_ncp_handle(uint16 *handle_lo, uint16 *handle_hi); int c32_ncp87_obtain_rim_attributes(const char *name, diff --git a/nwtests.c b/nwtests.c index 96e980b..ceeba2d 100644 --- a/nwtests.c +++ b/nwtests.c @@ -2,7 +2,6 @@ #include "net.h" #include "c32ncp.h" - static int tests_same_arg(char *a, char *b) { while (*a || *b) {