From e7d9ff73fe76e9fcc04847eba2806bd0904f0499 Mon Sep 17 00:00:00 2001 From: Martijn van Brummelen Date: Sun, 12 Feb 2017 20:14:55 +0100 Subject: [PATCH] remove unused netinet/in.h --- src/device.c | 3 --- src/gui.c | 3 --- src/method.c | 2 -- src/nwipe.c | 1 - src/pass.c | 3 --- 5 files changed, 12 deletions(-) diff --git a/src/device.c b/src/device.c index 32ec7ce..b9c15ab 100644 --- a/src/device.c +++ b/src/device.c @@ -20,9 +20,6 @@ * */ -/* Why is this needed? Segfaults without it */ -//#include - #include "nwipe.h" #include "context.h" #include "method.h" diff --git a/src/gui.c b/src/gui.c index 4a765c6..f9b8acd 100644 --- a/src/gui.c +++ b/src/gui.c @@ -30,9 +30,6 @@ * */ -/* Why is this needed? Segfaults without it */ -#include - #include "nwipe.h" #include "context.h" #include "method.h" diff --git a/src/method.c b/src/method.c index fed21d1..7639102 100644 --- a/src/method.c +++ b/src/method.c @@ -38,8 +38,6 @@ * */ -/* Why is this needed? Segfaults without it */ -#include #include "nwipe.h" #include "context.h" diff --git a/src/nwipe.c b/src/nwipe.c index 44d552c..65a1579 100644 --- a/src/nwipe.c +++ b/src/nwipe.c @@ -21,7 +21,6 @@ * */ -#include #include #include diff --git a/src/pass.c b/src/pass.c index 3c6dfab..418aec6 100644 --- a/src/pass.c +++ b/src/pass.c @@ -20,9 +20,6 @@ * */ -/* Why is this needed? Segfaults without it */ -#include - #include "nwipe.h" #include "context.h" #include "method.h"