cmd: lxc-usernsexec reorder includes

parent c46ce04b
...@@ -21,25 +21,25 @@ ...@@ -21,25 +21,25 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "config.h" #include "config.h"
#include <stdio.h> #include <errno.h>
#include <stdlib.h> #include <fcntl.h>
#include <unistd.h> #include <grp.h>
#include <libgen.h>
#include <pwd.h>
#include <sched.h> #include <sched.h>
#include <sys/syscall.h>
#include <signal.h> #include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <sys/mount.h>
#include <libgen.h>
#include <fcntl.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/mount.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <sched.h> #include <unistd.h>
#include <pwd.h>
#include <grp.h>
#include "conf.h" #include "conf.h"
#include "list.h" #include "list.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment