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 --- include/artifactory.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/artifactory.h') diff --git a/include/artifactory.h b/include/artifactory.h index 1904c8e..847e601 100644 --- a/include/artifactory.h +++ b/include/artifactory.h @@ -3,9 +3,7 @@ #include #include -#include "copy.h" #include "omc.h" -#include "system.h" struct JFRT_Auth { bool insecure_tls; -- cgit