mirror of
https://github.com/amnezia-vpn/amneziawg-linux-kernel-module.git
synced 2026-05-17 00:16:14 +03:00
fix: remove redundant compat header includes
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
||||
*/
|
||||
|
||||
#include "compat/compat.h"
|
||||
#include "queueing.h"
|
||||
#include "device.h"
|
||||
#include "peer.h"
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
||||
*/
|
||||
|
||||
#include "compat/compat.h"
|
||||
#include "junk.h"
|
||||
#include "magic_header.h"
|
||||
#include "queueing.h"
|
||||
|
||||
Reference in New Issue
Block a user