blob: ccf5ee6b05ab741d995efe9be970f90a5856fb3f [file] [log] [blame]
Zane Shelley876bc2a2019-07-23 12:55:37 -05001#pragma once
2
Paul Greenwood701fcc12019-08-15 19:29:31 -05003/**
4@file hei_includes.hpp
5@brief The purpose of this file is to include common headers that will be used
6throughout this library.
7*/
Zane Shelley876bc2a2019-07-23 12:55:37 -05008
Zane Shelleya61f4c52019-08-01 13:58:49 -05009// Standard library includes
Zane Shelley876bc2a2019-07-23 12:55:37 -050010#include <stdint.h>
11
Zane Shelleya61f4c52019-08-01 13:58:49 -050012// External includes
Zane Shelley876bc2a2019-07-23 12:55:37 -050013#include <hei_user_defines.hpp> // For HEI_ASSERT, HEI_INF, and HEI_ERR
14
Zane Shelleya61f4c52019-08-01 13:58:49 -050015// Internal includes
Zane Shelley5a266612019-08-15 16:23:53 -050016#include <hei_return_code.hpp>
Zane Shelleya61f4c52019-08-01 13:58:49 -050017