From 152178e4be7eb61c0ba19e86b7db22f1e35ce093 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 31 Aug 2014 14:20:44 -0600 Subject: [PATCH] Don't need sudo_fatal.h --- lib/util/lbuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/util/lbuf.c b/lib/util/lbuf.c index a497bb09d..e274c8a9e 100644 --- a/lib/util/lbuf.c +++ b/lib/util/lbuf.c @@ -44,9 +44,8 @@ #include "sudo_compat.h" #include "sudo_alloc.h" -#include "sudo_fatal.h" -#include "sudo_lbuf.h" #include "sudo_debug.h" +#include "sudo_lbuf.h" void sudo_lbuf_init_v1(struct sudo_lbuf *lbuf, int (*output)(const char *), -- 2.50.1