diff options
-rw-r--r-- | util.c | 1 | ||||
-rw-r--r-- | xedit.h | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -27,6 +27,7 @@ /* $XFree86: xc/programs/xedit/util.c,v 1.26 2003/05/07 20:54:43 herrb Exp $ */ #include <stdio.h> +#include <stdarg.h> #include <stdlib.h> /* for realpath() */ #include "xedit.h" @@ -29,8 +29,6 @@ /* $XFree86: xc/programs/xedit/xedit.h,v 1.17 2002/10/06 17:11:39 paulo Exp $ */ #include <stdio.h> -#include <stdarg.h> -#include <stdio.h> #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/cursorfont.h> |