From b9b9935783f636fbce31ace25dc31fb957840489 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 17 Jan 2024 18:52:58 +0100 Subject: c6x: fix duplicate include --- ldso/include/dl-defs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index 839239f4c..e900640bb 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -76,9 +76,6 @@ typedef struct { /* arch specific defines */ #include #endif -#ifdef __TARGET_c6x__ -#include -#endif #endif /* Provide a means for a port to pass additional arguments to the _dl_start -- cgit v1.2.3