Patch last_pach62 from vodz. This patch moves all the /proc parsing
[oweals/busybox.git] / util-linux / fdflush.c
index f10cceae08054830b8659780ff2fab62b143cd66..7f5b6c9be1c04778b4c1d3ffe63ae7b44d7118e1 100644 (file)
@@ -2,7 +2,6 @@
 /*
  * Mini fdflush implementation for busybox
  *
- *
  * Copyright (C) 1995, 1996 by Bruce Perens <bruce@pixar.com>.
  *
  * This program is free software; you can redistribute it and/or modify
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 /* From <linux/fd.h> */
 #define FDFLUSH  _IO(2,0x4b)