diff options
Diffstat (limited to 'errorstrings.c')
-rw-r--r-- | errorstrings.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/errorstrings.c b/errorstrings.c index 1a234dd..5a79546 100644 --- a/errorstrings.c +++ b/errorstrings.c @@ -32,12 +32,6 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <stdio.h> -#include <stdlib.h> -#include <stdint.h> -#include <string.h> -#include <assert.h> - #include "hal.h" #define DEFINE_HAL_ERROR(_code_,_text_) \ |