2015-01-07 01:26:14 +08:00
|
|
|
/*
|
|
|
|
* build_in.h
|
|
|
|
*
|
|
|
|
* Created on: 2013-2-14
|
|
|
|
* Author: fasiondog
|
|
|
|
*/
|
|
|
|
|
2019-08-03 21:53:24 +08:00
|
|
|
#pragma once
|
2015-01-07 01:26:14 +08:00
|
|
|
#ifndef TRADE_MANAGE_BUILD_IN_H_
|
|
|
|
#define TRADE_MANAGE_BUILD_IN_H_
|
|
|
|
|
2016-04-14 01:36:53 +08:00
|
|
|
#include "crt/crtTM.h"
|
2016-04-18 19:54:42 +08:00
|
|
|
#include "crt/TC_TestStub.h"
|
2016-05-05 02:56:45 +08:00
|
|
|
#include "crt/TC_Zero.h"
|
|
|
|
#include "crt/TC_FixedA.h"
|
|
|
|
#include "crt/TC_FixedA2015.h"
|
2018-04-11 03:01:20 +08:00
|
|
|
#include "crt/TC_FixedA2017.h"
|
2015-01-07 01:26:14 +08:00
|
|
|
|
|
|
|
#endif /* TRADE_MANAGE_BUILD_IN_H_ */
|