diff --git a/unit_tests/global.h b/unit_tests/global.h index 7cca693339..08471a0035 100644 --- a/unit_tests/global.h +++ b/unit_tests/global.h @@ -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 -#include #include +#include +#include #include "efitime.h" #include "auto_generated_enums.h" diff --git a/unit_tests/main.h b/unit_tests/main.h index 083775967c..289a7c33ab 100644 --- a/unit_tests/main.h +++ b/unit_tests/main.h @@ -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_