Replace use of deprecated C Standard library headers in C++ code.
Change-Id: I9fa6630c7e4bdb2897df34d417635d8c7d8253bc
Signed-off-by: Tyler Chatow <tchatow@gmail.com>
diff --git a/y2019/jevois/cobs.h b/y2019/jevois/cobs.h
index 0e92ed6..75761c9 100644
--- a/y2019/jevois/cobs.h
+++ b/y2019/jevois/cobs.h
@@ -1,10 +1,9 @@
#ifndef Y2019_JEVOIS_COBS_H_
#define Y2019_JEVOIS_COBS_H_
-#include <stdint.h>
-
#include <algorithm>
#include <array>
+#include <cstdint>
#include "third_party/GSL/include/gsl/gsl"