blob: 61791f4b2ef95f44a0aa3d9249589bca6ae87906 [file] [log] [blame]
Zane Shelley876bc2a2019-07-23 12:55:37 -05001#pragma once
2
Paul Greenwood701fcc12019-08-15 19:29:31 -05003/**
Zane Shelleyca4b2f42019-08-30 15:48:40 -05004 * @file hei_includes.hpp
5 * @brief The purpose of this file is to include common headers that will be
6 * used throughout 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>
Zane Shelleyca9f6252019-10-25 21:17:30 -050011#include <stdlib.h>
12
Zane Shelleyd0af3582019-09-19 10:48:59 -050013#include <map>
Zane Shelleyb406de42019-09-09 16:10:38 -050014#include <vector>
Zane Shelley876bc2a2019-07-23 12:55:37 -050015
Zane Shelleya61f4c52019-08-01 13:58:49 -050016// Internal includes
Zane Shelleyb406de42019-09-09 16:10:38 -050017#include <hei_chip.hpp>
Zane Shelleyb406de42019-09-09 16:10:38 -050018#include <hei_types.hpp>