mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
drivers: Simplify headers
Remove all the headers already included through "fp_internal.h" such as <libusb.h> and <errno.h>, include "assembling.h" and "driver_ids.h" there as well to avoid doing it in (almost) every driver.
This commit is contained in:
@@ -21,12 +21,6 @@
|
||||
|
||||
#include "fp_internal.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "driver_ids.h"
|
||||
|
||||
/* Input-Output usb endpoint */
|
||||
#define EP_IN(n) (n | LIBUSB_ENDPOINT_IN)
|
||||
#define EP_OUT(n) (n | LIBUSB_ENDPOINT_OUT)
|
||||
|
||||
Reference in New Issue
Block a user