From dab2cd68e7cc304c9b1a4e7cee18a98711771a53 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 31 Jan 2018 11:13:10 +0100 Subject: apps: Don't include progs.h in apps.h Everything in apps includes apps.h, because that one declares apps internal library routines. However, progs.h doesn't declare library routines, but rather the main commands and their options, and there's no reason why the library modules should include it. So, remove the inclusion of progs.h from apps.h and add that inclusion in all command source files. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5222) --- apps/storeutl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/storeutl.c') diff --git a/apps/storeutl.c b/apps/storeutl.c index 77f0f3f0f5..55a11e594d 100644 --- a/apps/storeutl.c +++ b/apps/storeutl.c @@ -10,6 +10,7 @@ #include #include "apps.h" +#include "progs.h" #include #include #include -- cgit v1.2.3