refactoring
This commit is contained in:
parent
2884277a58
commit
0244509d79
|
@ -1,6 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* @file global.h
|
* @file global.h
|
||||||
*
|
*
|
||||||
|
* Global header file for unit tests
|
||||||
|
*
|
||||||
* @date Nov 28, 2013
|
* @date Nov 28, 2013
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
@ -10,9 +12,9 @@
|
||||||
|
|
||||||
#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE
|
#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include "efitime.h"
|
#include "efitime.h"
|
||||||
#include "auto_generated_enums.h"
|
#include "auto_generated_enums.h"
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
* @file main.h
|
* @file main.h
|
||||||
* @brief Test version of main.h
|
* @brief Test version of main.h
|
||||||
*
|
*
|
||||||
* Created on: Oct 17, 2013
|
* @date Oct 17, 2013
|
||||||
* Author: Andrey Belomutskiy (C) 2012-2013
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef MAIN_H_
|
#ifndef MAIN_H_
|
||||||
|
|
Loading…
Reference in New Issue