chiark / gitweb /
Remove libidn checks/support
[elogind.git] / src / shared / ptyfwd.h
index 6208a543db971ffc02a7ff2d39be5759cc222023..6f84e4036a7e67881f8a88d11650a736aa7099bc 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/types.h>
-#include <signal.h>
 #include <stdbool.h>
 
-#include "util.h"
 #include "sd-event.h"
 
 typedef struct PTYForward PTYForward;