summaryrefslogtreecommitdiff
path: root/drivers/auth/tbbr/tbbr_cot.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/auth/tbbr/tbbr_cot.c')
-rw-r--r--drivers/auth/tbbr/tbbr_cot.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/auth/tbbr/tbbr_cot.c b/drivers/auth/tbbr/tbbr_cot.c
index a950a7a8..ec14a185 100644
--- a/drivers/auth/tbbr/tbbr_cot.c
+++ b/drivers/auth/tbbr/tbbr_cot.c
@@ -4,12 +4,13 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
-#include <auth_mod.h>
-#include <platform_def.h>
#include <stddef.h>
+#include <platform_def.h>
+
+#include <drivers/auth/auth_mod.h>
#if USE_TBBR_DEFS
-#include <tbbr_oid.h>
+#include <tools_share/tbbr_oid.h>
#else
#include <platform_oid.h>
#endif