summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-04-28 13:51:54 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-04-28 15:13:37 +0200
commitccc3b3b72a2e5bc341737f9aea1d34974233d070 (patch)
tree04b57abacb25c6c60dfc3d05c669757254273241 /src
parent603ac2332db3c5ec6911bdcf62d4e079a92b86e2 (diff)
downloaddt-utils-ccc3b3b72a2e5bc341737f9aea1d34974233d070.tar.gz
dt-utils-ccc3b3b72a2e5bc341737f9aea1d34974233d070.tar.xz
barebox-state: cleanup header files
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'src')
-rw-r--r--src/barebox-state.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/barebox-state.c b/src/barebox-state.c
index 2be147c..94408b4 100644
--- a/src/barebox-state.c
+++ b/src/barebox-state.c
@@ -12,27 +12,27 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
-#include <libudev.h>
-#include <common.h>
+
#include <dirent.h>
+#include <errno.h>
+#include <fcntl.h>
#include <getopt.h>
+#include <stdarg.h>
#include <stdint.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include <ctype.h>
-#include <errno.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <dt.h>
-#include <fdt.h>
-#include <asm/byteorder.h>
-#include <linux/types.h>
-#include <mtd/mtd-abi.h>
#include <sys/ioctl.h>
-#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/types.h>
+
+#include <mtd/mtd-abi.h>
+
+#include <common.h>
+#include <dt.h>
+#include <fdt.h>
static int verbose;