AP_HAL: avoid vector include in I2C API

this doesn't work on QURT build and is unused
This commit is contained in:
Andrew Tridgell 2024-07-06 14:25:28 +10:00
parent 0b866a4bec
commit 192972e502
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#pragma once
#include <inttypes.h>
#include <vector>
#include "AP_HAL_Namespace.h"
#include "Device.h"