Merge pull request #297 from bacnet-stack/bugfix/bacport-dependency-removal

Bugfix/bacport dependency removal
This commit is contained in:
Greg Shue
2022-06-14 12:39:30 -07:00
committed by GitHub
2 changed files with 0 additions and 7 deletions
-6
View File
@@ -70,12 +70,6 @@ and globals in favor of more secure versions. */
#endif
#include <sys/timeb.h>
#if defined(__BORLANDC__) || defined(_WIN32)
/* seems to not be defined in time.h as specified by The Open Group */
/* difference from UTC and local standard time */
long int timezone;
#endif
#ifdef _MSC_VER
#define inline __inline
#endif
@@ -32,7 +32,6 @@
#include <stdint.h>
#include <string.h> /* for memmove */
/* OS specific include*/
#include "bacport.h"
#include "bacnet/basic/sys/mstimer.h"
/* BACnet includes */
#include "bacnet/bacdef.h"