]> git.armaanb.net Git - opendoas.git/blobdiff - libopenbsd/execvpe.c
libopenbsd: minor cleanup
[opendoas.git] / libopenbsd / execvpe.c
index 4ddad3efe4e84ec6edeb5d5d2c9e63262be0dec3..c3238eaa17d727441908dd3c2dbfbd43cb1186a0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: exec.c,v 1.20 2013/01/08 02:26:09 deraadt Exp $ */
+/*     $OpenBSD: exec.c,v 1.23 2016/03/13 18:34:20 guenther Exp $ */
 /*-
  * Copyright (c) 1991, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -28,6 +28,8 @@
  * SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <sys/uio.h>
 
@@ -40,8 +42,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "includes.h"
-
 int
 execvpe(const char *name, char *const *argv, char *const *envp)
 {