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:
@@ -28,14 +28,6 @@
|
||||
* powerdown? does windows do anything special on exit?
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <libusb.h>
|
||||
|
||||
#include "driver_ids.h"
|
||||
|
||||
#define CTRL_IN 0xc0
|
||||
#define CTRL_OUT 0x40
|
||||
#define CTRL_TIMEOUT 1000
|
||||
|
||||
Reference in New Issue
Block a user