Add core stack headers into bacdef.h and cleanup includes. (#602)
* Added dependent BACnet stack headers into bacdef.h file. * Changed bacdef.h and other stack includes in c/h files to have a common pattern. * Moved bits.h, bytes.h, and bacnet_stack_exports.h under bacnet/basic/sys/ folder.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
#ifndef _BACNET_VERSION_H_
|
||||
#define _BACNET_VERSION_H_
|
||||
|
||||
#include "bacnet/bacdef.h" /* Must be before all other bacnet *.h files */
|
||||
/* BACnet Stack defines - first */
|
||||
#include "bacnet/bacdef.h"
|
||||
|
||||
/* This BACnet protocol stack version 0.0.0 - 255.255.255 */
|
||||
#ifndef BACNET_VERSION
|
||||
|
||||
Reference in New Issue
Block a user