diff options
| author | Yang You (UU) <[email protected]> | 2025-12-04 15:03:24 -0800 |
|---|---|---|
| committer | Yang You (UU) <[email protected]> | 2025-12-04 15:03:24 -0800 |
| commit | 977cb2461482a898f96ee08f9cb24eb7f421da03 (patch) | |
| tree | 071ef1691d00aaee8679603a1059d3eb71442b77 /network/netadaptercx/netvadapterlibrary/code/txqueue.cpp | |
| parent | 83019ae0c63454b2835f8fc245c7505351cee677 (diff) | |
intergrate the netvadapterlibrary with wificxsampledriver, cleanup the memory related header -KNEW.H
Diffstat (limited to 'network/netadaptercx/netvadapterlibrary/code/txqueue.cpp')
| -rw-r--r-- | network/netadaptercx/netvadapterlibrary/code/txqueue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/netadaptercx/netvadapterlibrary/code/txqueue.cpp b/network/netadaptercx/netvadapterlibrary/code/txqueue.cpp index 56424523..b67692b5 100644 --- a/network/netadaptercx/netvadapterlibrary/code/txqueue.cpp +++ b/network/netadaptercx/netvadapterlibrary/code/txqueue.cpp @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved #include "pch.hpp" -#include "adapter.h" +#include "netvadapter.h" #include "txqueue.h" NetvTxQueue::NetvTxQueue( |
