Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
(#6) Replaced old deprecated C headers
Browse files Browse the repository at this point in the history
Replace old deprecated C headers with the C++11 compliant one.
  • Loading branch information
leandor committed Jul 1, 2017
1 parent b5fc54f commit 639d246
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/cbash/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
@details This documentation was not written by the original developer, and so may be inaccurate.
*/

#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <cstdint>

#ifdef __cplusplus
extern "C"
Expand Down

0 comments on commit 639d246

Please sign in to comment.