blob: 36aa51afeb8eea7bc693420b0c7cbd4cf8991a6d [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
Zane Shelleya61f4c52019-08-01 13:58:49 -05006// Standard library includes
Zane Shelley876bc2a2019-07-23 12:55:37 -05007#include <stdint.h>
8
Zane Shelleya61f4c52019-08-01 13:58:49 -05009// External includes
Zane Shelley876bc2a2019-07-23 12:55:37 -050010#include <hei_user_defines.hpp> // For HEI_ASSERT, HEI_INF, and HEI_ERR
11
Zane Shelleya61f4c52019-08-01 13:58:49 -050012// Internal includes
Zane Shelley5a266612019-08-15 16:23:53 -050013#include <hei_return_code.hpp>
Zane Shelleya61f4c52019-08-01 13:58:49 -050014