about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/xombrero.h b/xombrero.h
index feab5b6..252462e 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -23,7 +23,6 @@
 #include <libgen.h>
 #include <pwd.h>
 #include <regex.h>
-#include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -96,11 +95,6 @@ uint32_t	arc4random_uniform(uint32_t);
 
 #endif
 
-/* set if you don't want to use signals */
-#ifndef XT_SIGNALS_DISABLE
-#include <sys/wait.h>
-#endif
-
 /* set if you don't want to use resource limits */
 #ifndef XT_RESOURCE_LIMITS_DISABLE
 #include <sys/resource.h>