mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Fix order of import statements
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
// Created by Jonathan Downing on 12/10/2017.
|
||||
//
|
||||
|
||||
#import "OpenVPNPacketFlowAdapter.h"
|
||||
#import <NetworkExtension/NetworkExtension.h>
|
||||
#import <openvpn/ip/ip.hpp>
|
||||
#import "OpenVPNPacketFlowAdapter.h"
|
||||
|
||||
@interface OpenVPNPacketFlowAdapter () {
|
||||
CFSocketRef _openVPNClientSocket;
|
||||
|
||||
Reference in New Issue
Block a user