1
0
Fork 0

omit the packet class

This commit is contained in:
Kevin Matz 2023-04-24 16:39:40 -04:00
parent e94db990ac
commit fa8b0482da
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ target_sources(${PROJECT_NAME}
client.h
message.h
method.h
packet.h
server.h
PRIVATE
argument.cpp
@ -18,7 +17,6 @@ target_sources(${PROJECT_NAME}
client.cpp
message.cpp
method.cpp
packet.cpp
server.cpp
)