aboutsummaryrefslogtreecommitdiff
path: root/lowlevel.c
diff options
context:
space:
mode:
authorNicolas Schodet2021-10-03 11:25:39 +0200
committerNicolas Schodet2021-10-03 11:25:39 +0200
commitf2bcd1d96e7a4c1177879c8abad7a0bfbd49aa3d (patch)
treebade2f93d674ae5f2eb32a09e5916c740e4e229a /lowlevel.c
parentb56516708d357dd7a92edde3e2be4bd8463b66a0 (diff)
Remove inclusion of headers which are not needed
Diffstat (limited to 'lowlevel.c')
-rw-r--r--lowlevel.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lowlevel.c b/lowlevel.c
index 138581a..25a6f86 100644
--- a/lowlevel.c
+++ b/lowlevel.c
@@ -20,13 +20,9 @@
*/
#include <assert.h>
-#include <errno.h>
#include <libusb.h>
-#include <stdint.h>
-#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <unistd.h>
#include "lowlevel.h"