|
/*
|
|
* globalaccess.h
|
|
*
|
|
* unit_tests have a more meaningful version of this header
|
|
*
|
|
* @date Jan 28, 2019
|
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
|
*/
|
|
|
|
#ifndef GLOBALACCESS_H_
|
|
#define GLOBALACCESS_H_
|
|
|
|
#include "global_shared.h"
|
|
|
|
#endif /* GLOBALACCESS_H_ */
|