more include shuffling for vsig.h

parent 2d4da769
......@@ -54,7 +54,6 @@
#include <math.h>
#include <fcntl.h>
#include <poll.h>
#include <signal.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
......
......@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <poll.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
......
......@@ -38,7 +38,6 @@
#include <limits.h>
#include <math.h>
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
......@@ -52,10 +51,10 @@
#include "vapi/vsl.h"
#include "vapi/vsm.h"
#include "vapi/voptget.h"
#include "vapi/vsig.h"
#include "vas.h"
#include "vut.h"
#include "vtim.h"
#include "vapi/vsig.h"
#if 1
#define AC(x) assert((x) != ERR)
......
......@@ -38,7 +38,6 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <signal.h>
#include <stdint.h>
#include <math.h>
......
......@@ -33,6 +33,7 @@
#define VAPI_VSIG_H_INCLUDED
#include <sys/wait.h>
#include <signal.h>
#define VSIG_SIGNAL(UPPER, lower) \
extern sig_atomic_t VSIG_##lower; \
......
......@@ -38,7 +38,6 @@
#include <fcntl.h>
#include <float.h>
#include <math.h>
#include <signal.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
......
......@@ -40,7 +40,6 @@
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <sys/stat.h> /* for MUSL */
#include "compat/daemon.h"
......@@ -55,11 +54,12 @@
#include "vsb.h"
#include "vfil.h"
#include "vut.h"
#include "vapi/voptget.h"
#include "vapi/vsig.h"
#include "vut.h"
static int vut_synopsis(const struct vopt_spec *);
static int vut_options(const struct vopt_spec *);
......
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