aboutsummaryrefslogtreecommitdiff
path: root/flash.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 /flash.c
parentb56516708d357dd7a92edde3e2be4bd8463b66a0 (diff)
Remove inclusion of headers which are not needed
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/flash.c b/flash.c
index b9e1920..df2ff5d 100644
--- a/flash.c
+++ b/flash.c
@@ -19,16 +19,8 @@
* USA
*/
-#include <errno.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <sys/mman.h>
-#include <sys/stat.h>
-#include <sys/types.h>
-
-#include "error.h"
#include "flash.h"
-#include "lowlevel.h"
+
#include "samba.h"
enum nxt_flash_commands