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:
Bastien Nocera
2018-05-24 17:02:15 +02:00
parent 501020921e
commit 994061af44
23 changed files with 18 additions and 200 deletions

View File

@@ -20,20 +20,9 @@
#define FP_COMPONENT "aes2660"
#include "fp_internal.h"
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <libusb.h>
#include <assembling.h>
#include <aeslib.h>
#include "aeslib.h"
#include "aesx660.h"
#include "aes2660.h"
#include "driver_ids.h"
#define FRAME_WIDTH 192
#define IMAGE_WIDTH (FRAME_WIDTH + (FRAME_WIDTH / 2))