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:
@@ -36,15 +36,6 @@
|
||||
#define FP_COMPONENT "etes603"
|
||||
|
||||
#include "fp_internal.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdarg.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <libusb.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "driver_ids.h"
|
||||
|
||||
/* libusb defines */
|
||||
|
||||
Reference in New Issue
Block a user