libftdi: Remove unneeded explicit path.

This commit is contained in:
Uwe Bonnes 2021-04-17 13:06:06 +02:00 committed by UweBonnes
parent a6a8606edb
commit 299da8627c
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
#include <sys/time.h>
#include "ftdi_bmp.h"
#include <libftdi1/ftdi.h>
#include <ftdi.h>
struct ftdi_context *ftdic;

View File

@ -117,7 +117,7 @@ void libftdi_max_frequency_set(uint32_t freq) {};
uint32_t libftdi_max_frequency_get(void) {return 0;};
# pragma GCC diagnostic pop
#else
#include <libftdi1/ftdi.h>
#include <ftdi.h>
extern cable_desc_t cable_desc[];
extern cable_desc_t *active_cable;
extern struct ftdi_context *ftdic;

View File

@ -26,7 +26,7 @@
#include <unistd.h>
#include <string.h>
#include <assert.h>
#include <libftdi1/ftdi.h>
#include <ftdi.h>
#include "platform.h"
#include "ftdi_bmp.h"

View File

@ -26,7 +26,7 @@
#include <assert.h>
#include "general.h"
#include <libftdi1/ftdi.h>
#include <ftdi.h>
#include "platform.h"
#include "ftdi_bmp.h"