blob: dbb8b354830467289833ad65e091ffb6e35c4969 [file] [log] [blame]
#pragma once
// 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"