diff --git a/Makefile.am b/Makefile.am index 1a617a5d..4f9daf14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,6 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \ ell/tls-record.c \ ell/uuid.h ell/uuid.c \ ell/key.h ell/key.c \ - ell/key-private.h \ ell/asn1-private.h \ ell/pkcs5.h ell/pkcs5.c \ ell/pkcs5-private.h \ diff --git a/src/main.c b/src/main.c index 4fccfdfe..afb895e0 100644 --- a/src/main.c +++ b/src/main.c @@ -29,7 +29,6 @@ #include #include #include -#include "ell/key-private.h" #include "linux/nl80211.h" diff --git a/unit/test-eapol.c b/unit/test-eapol.c index 1bc5f15d..4b18cfc7 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "src/util.h" #include "src/eapol.h" diff --git a/unit/test-wsc.c b/unit/test-wsc.c index e8e11a30..a69234e6 100644 --- a/unit/test-wsc.c +++ b/unit/test-wsc.c @@ -30,7 +30,6 @@ #include #include #include -#include #include "src/wscutil.h" #include "src/eapol.h"