Skip to content

Commit

Permalink
tidying up legacy headers
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 7, 2024
1 parent 6053ce1 commit 33a3056
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/client/accAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <structures/genStructs.h>
#include <clientserver/export.h>
#include "udaClient.h"
#include "legacy_accAPI.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 0 additions & 2 deletions source/client/udaClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <clientserver/udaStructs.h>
#include <structures/genStructs.h>
#include <clientserver/export.h>
#include "legacy_client.h"

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -119,5 +118,4 @@ LIBRARY_API void setLogMallocList(LOGMALLOCLIST* logmalloclist_in);
}
#endif


#endif // UDA_CLIENT_UDACLIENT_H
2 changes: 2 additions & 0 deletions source/uda.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# include <client/udaPutAPI.h>
# include <client/accAPI.h>
# include <client/udaClient.h>
# include <client/legacy_client.h>
# include <client/legacy_accAPI.h>
#endif

#endif // UDA_H

0 comments on commit 33a3056

Please sign in to comment.