From ebdd0a9d9745f19a13415a65914dcc9993f28e96 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 23 Feb 2017 20:56:27 -0500 Subject: spengo.c/asn1.c: remove need for replace.h Just need stdbool.h instead. Signed-off-by: Jeff Layton --- asn1.c | 2 +- spnego.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/asn1.c b/asn1.c index 4c0e480..dd96d2c 100644 --- a/asn1.c +++ b/asn1.c @@ -20,8 +20,8 @@ #include #include #include +#include -#include "replace.h" #include "data_blob.h" #include "asn1.h" diff --git a/spnego.c b/spnego.c index 7f32d7d..e483e6e 100644 --- a/spnego.c +++ b/spnego.c @@ -21,8 +21,8 @@ #include #include +#include -#include "replace.h" #include "data_blob.h" #include "asn1.h" #include "spnego.h" -- cgit v1.2.3