Removed hard-coded -I.. and -I../.. from INCLUDES.
[mmh] / sbr / pidstatus.c
index f845058..5886ffc 100644 (file)
 /*
 ** auto-generated header
 */
-#include <sigmsg.h>
-
-#ifdef HAVE_SYS_WAIT_H
-# include <sys/wait.h>
-#endif
+#include "sigmsg.h"
+#include <sys/wait.h>
 
 #ifndef WTERMSIG
 # define WTERMSIG(s) ((int)((s) & 0x7F))