blob: 36aa51afeb8eea7bc693420b0c7cbd4cf8991a6d [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>