From 33a3056bb44e408da4d3e88cd97e046ab8c861c0 Mon Sep 17 00:00:00 2001 From: sdixon Date: Wed, 7 Aug 2024 16:48:50 +0100 Subject: [PATCH] tidying up legacy headers --- source/client/accAPI.h | 1 - source/client/udaClient.h | 2 -- source/uda.h | 2 ++ 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/source/client/accAPI.h b/source/client/accAPI.h index 1be37aa2..e74ae6fe 100755 --- a/source/client/accAPI.h +++ b/source/client/accAPI.h @@ -8,7 +8,6 @@ #include #include #include "udaClient.h" -#include "legacy_accAPI.h" #ifdef __cplusplus extern "C" { diff --git a/source/client/udaClient.h b/source/client/udaClient.h index 4e7fae6b..6ac0d939 100755 --- a/source/client/udaClient.h +++ b/source/client/udaClient.h @@ -7,7 +7,6 @@ #include #include #include -#include "legacy_client.h" #ifdef __cplusplus extern "C" { @@ -119,5 +118,4 @@ LIBRARY_API void setLogMallocList(LOGMALLOCLIST* logmalloclist_in); } #endif - #endif // UDA_CLIENT_UDACLIENT_H diff --git a/source/uda.h b/source/uda.h index 1b46d94a..43f76bd3 100755 --- a/source/uda.h +++ b/source/uda.h @@ -13,6 +13,8 @@ # include # include # include +# include +# include #endif #endif // UDA_H