From 8cb5a8a230732445b1dc3d13d30e5c599cf7cdc8 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 31 Mar 2010 21:48:13 +0000 Subject: [PATCH] removed process.h since it gave errors when compiling under gcc (GCC) 3.4.5 (mingw-vista special r3) for BACDL_MSTP. --- bacnet-stack/ports/win32/dlmstp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacnet-stack/ports/win32/dlmstp.c b/bacnet-stack/ports/win32/dlmstp.c index 87f9c29f..ea80b656 100644 --- a/bacnet-stack/ports/win32/dlmstp.c +++ b/bacnet-stack/ports/win32/dlmstp.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "bacdef.h" #include "bacaddr.h" #include "mstp.h"