Removed useless includes.

This commit is contained in:
2023-05-07 17:18:04 +02:00
parent 1513222f12
commit 113220f484
3 changed files with 2 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
#ifndef TENSOR_H_INCLUDED
#define TENSOR_H_INCLUDED
#include <_types/_uint32_t.h>
#include <_types/_uint8_t.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>