Merge pull request #297 from bacnet-stack/bugfix/bacport-dependency-removal
Bugfix/bacport dependency removal
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user