blob: dbb8b354830467289833ad65e091ffb6e35c4969 [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
13#include "hei_return_code.hpp"
14