blob: ccf5ee6b05ab741d995efe9be970f90a5856fb3f [file] [log] [blame]
#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>