summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2021-06-14 10:38:58 +0200
committerGitHub <noreply@github.com>2021-06-14 10:38:58 +0200
commit59af90b08c705a66bdca7551b43257781db47711 (patch)
tree18f7961b77aea97891c7472cd792fd61d1c98e6f /claim
parentf71036cdeca8e6c5becd357928ddc0325154a622 (diff)
Allows ACLK NG and Legacy to coexist (#11225)
Diffstat (limited to 'claim')
-rw-r--r--claim/claim.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/claim/claim.c b/claim/claim.c
index 04d8efbb45..2007b637a5 100644
--- a/claim/claim.c
+++ b/claim/claim.c
@@ -2,11 +2,7 @@
#include "claim.h"
#include "registry/registry_internals.h"
-#ifndef ACLK_NG
-#include "aclk/legacy/aclk_common.h"
-#else
-#include "aclk/aclk.h"
-#endif
+#include "aclk/aclk_api.h"
char *claiming_pending_arguments = NULL;