Skip to content

Commit 9d0a281

Browse files
refactor(driver): remove unneeded driver's own headers
Which are used by built-in driver mechanism. Signed-off-by: Coelacanthus <uwu@coelacanthus.name>
1 parent bbfcbfe commit 9d0a281

22 files changed

Lines changed: 10 additions & 80 deletions

driver/apdu/at.h

Lines changed: 0 additions & 5 deletions
This file was deleted.

driver/apdu/at_unix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include "at.h"
21
#include "at_common.h"
32

3+
#include <driver.h>
44
#include <euicc/hexutil.h>
55
#include <euicc/interface.h>
66
#include <lpac/utils.h>

driver/apdu/at_win32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include "at.h"
21
#include "at_common.h"
32

3+
#include <driver.h>
44
#include <cjson-ext/cJSON_ex.h>
55
#include <euicc/hexutil.h>
66
#include <euicc/interface.h>

driver/apdu/gbinder_hidl.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#include "gbinder_hidl.h"
2-
1+
#include <driver.h>
32
#include <euicc/euicc.h>
43
#include <euicc/hexutil.h>
54
#include <euicc/interface.h>

driver/apdu/gbinder_hidl.h

Lines changed: 0 additions & 5 deletions
This file was deleted.

driver/apdu/mbim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/*
33
* Copyright (c) 2024, Frans Klaver <frans.klaver@vislink.com>
44
*/
5-
#include "mbim.h"
65
#include "mbim_helpers.h"
76

7+
#include <driver.h>
88
#include <euicc/euicc.h>
99
#include <euicc/interface.h>
1010
#include <lpac/utils.h>

driver/apdu/mbim.h

Lines changed: 0 additions & 9 deletions
This file was deleted.

driver/apdu/pcsc.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#include "pcsc.h"
2-
1+
#include <driver.h>
32
#include <cjson-ext/cJSON_ex.h>
43
#include <euicc/interface.h>
54
#include <lpac/utils.h>

driver/apdu/pcsc.h

Lines changed: 0 additions & 5 deletions
This file was deleted.

driver/apdu/qmi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
/*
33
* Copyright (c) 2024, Robert Marko <robert.marko@sartura.hr>
44
*/
5-
#include "qmi.h"
65
#include "qmi_common.h"
76

7+
#include <driver.h>
88
#include <lpac/utils.h>
99

1010
#include <libqmi-glib.h>

0 commit comments

Comments
 (0)