Files
rtbrick-bngblaster/code/common/src/common_include.h
T
2023-01-13 16:01:38 +00:00

19 lines
355 B
C

/*
* Common Functions and Defines
*
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2023, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __COMMON_INCLUDE_H__
#define __COMMON_INCLUDE_H__
#include "common.h"
#include "config.h"
#include "utils.h"
#include "logging.h"
#include "timer.h"
#endif