blob: fa2506b2be500438c9f79850cde02206cc9d11e6 [file] [log] [blame]
Zane Shelley876bc2a2019-07-23 12:55:37 -05001#pragma once
2
3// The purpose of this file is to include common headers that will be used
4// throughout this library.
5
6#include <stdint.h>
7
8#include <hei_return_code.hpp>
9#include <hei_user_defines.hpp> // For HEI_ASSERT, HEI_INF, and HEI_ERR
10