Cleaning unused includes.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-12-30 19:39:01 +01:00
parent b3b2e98ec1
commit b1fdb9b1d1
20 changed files with 5 additions and 60 deletions

View File

@@ -18,9 +18,6 @@
#ifndef _CTAP2_CBOR_H_
#define _CTAP2_CBOR_H_
#include <stdlib.h>
#include "pico/stdlib.h"
#include <stdio.h>
#include "cbor.h"
extern uint8_t *driver_prepare_response();