refactoring

This commit is contained in:
rusefi 2018-09-16 20:12:25 -04:00
parent 2884277a58
commit 0244509d79
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
/*
* @file global.h
*
* Global header file for unit tests
*
* @date Nov 28, 2013
* @author Andrey Belomutskiy, (c) 2012-2017
*/
@ -10,9 +12,9 @@
#define DEFAULT_ENGINE_TYPE CUSTOM_ENGINE
#include <time.h>
#include <string.h>
#include <stdbool.h>
#include <string.h>
#include <time.h>
#include "efitime.h"
#include "auto_generated_enums.h"

View File

@ -2,8 +2,8 @@
* @file main.h
* @brief Test version of main.h
*
* Created on: Oct 17, 2013
* Author: Andrey Belomutskiy (C) 2012-2013
* @date Oct 17, 2013
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef MAIN_H_