From b984839836e0ee38fb8e09680d69f34593b9300f Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 25 Oct 2020 19:13:42 +0100 Subject: cleanup: remove pref.h include in dive.h If source files want to access preferences functions, they should include pref.h themselves. Signed-off-by: Berthold Stoeger --- commands/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') diff --git a/commands/command.h b/commands/command.h index a18fc5dd6..bb6edcd81 100644 --- a/commands/command.h +++ b/commands/command.h @@ -4,6 +4,7 @@ #include "core/dive.h" #include "core/pictureobj.h" +#include "core/taxonomy.h" #include #include #include -- cgit v1.2.3-70-g09d2