Skip to content

Commit 02f8baf

Browse files
committed
fix
1 parent d736c18 commit 02f8baf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Pcap++/header/pcapplusplus/DpdkDevice.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include <vector>
88
#include "pcapplusplus/MacAddress.h"
99
#include "pcapplusplus/SystemUtils.h"
10-
#include "Device.h"
11-
#include "MBufRawPacket.h"
10+
#include "pcapplusplus/Device.h"
11+
#include "pcapplusplus/MBufRawPacket.h"
1212

1313
/**
1414
* @file

Pcap++/header/pcapplusplus/KniDevice.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#include <string>
66
#include <atomic>
77

8-
#include "Device.h"
9-
#include "MacAddress.h"
10-
#include "MBufRawPacket.h"
11-
#include "LinuxNicInformationSocket.h"
8+
#include "pcapplusplusDevice.h"
9+
#include "pcapplusplusMacAddress.h"
10+
#include "pcapplusplusMBufRawPacket.h"
11+
#include "pcapplusplusLinuxNicInformationSocket.h"
1212

1313
/**
1414
* @file

0 commit comments

Comments
 (0)