From b6225dc7cadb63161150283e99b902ea8a89dceb Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Feb 2024 06:03:44 -0500 Subject: Consolidate header includes to omc.h --- src/deliverable.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/deliverable.c') diff --git a/src/deliverable.c b/src/deliverable.c index e7d47f5..9b43772 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -1,12 +1,6 @@ #define _GNU_SOURCE -#include #include "omc.h" -#include "deliverable.h" -#include "str.h" -#include "strlist.h" -#include "wheel.h" -#include "copy.h" extern struct OMC_GLOBAL globals; -- cgit