| #pragma once | |
| /** | |
| @file hei_includes.hpp | |
| @brief The purpose of this file is to include common headers that will be used | |
| throughout this library. | |
| */ | |
| // Standard library includes | |
| #include <stdint.h> | |
| // External includes | |
| #include <hei_user_defines.hpp> // For HEI_ASSERT, HEI_INF, and HEI_ERR | |
| // Internal includes | |
| #include <hei_return_code.hpp> | |