From 639d24657b25cf4ebebccde6317c6d3baab2948b Mon Sep 17 00:00:00 2001 From: leandor Date: Wed, 2 Nov 2016 04:03:41 -0300 Subject: [PATCH] (#6) Replaced old deprecated C headers Replace old deprecated C headers with the C++11 compliant one. --- include/cbash/Types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/cbash/Types.h b/include/cbash/Types.h index 04f465e..e2905a3 100644 --- a/include/cbash/Types.h +++ b/include/cbash/Types.h @@ -43,9 +43,7 @@ @details This documentation was not written by the original developer, and so may be inaccurate. */ -#include -#include -#include +#include #ifdef __cplusplus extern "C"