From 52b2f3749fe1400ff2d52b0f0063d21547bc07f0 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 23 May 2026 22:16:36 +0200 Subject: [PATCH] dostools flag --- c32ncp.c | 3 +-- c32ncp.h | 3 --- nwtests.c | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) 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) {