Replace usages of common/atomic
This commit is contained in:
parent
854e40dc40
commit
d0ff7b6f6c
6 changed files with 8 additions and 8 deletions
|
|
@ -9,6 +9,7 @@ import (
|
|||
"net/netip"
|
||||
"os"
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
"unsafe"
|
||||
|
||||
|
|
@ -16,7 +17,6 @@ import (
|
|||
"github.com/sagernet/sing-tun/internal/winsys"
|
||||
"github.com/sagernet/sing-tun/internal/wintun"
|
||||
"github.com/sagernet/sing/common"
|
||||
"github.com/sagernet/sing/common/atomic"
|
||||
E "github.com/sagernet/sing/common/exceptions"
|
||||
"github.com/sagernet/sing/common/windnsapi"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue