...
This commit is contained in:
parent
f87b475f49
commit
b90bb275b9
|
@ -77,7 +77,6 @@ SET(SOURCES
|
|||
src/framework/thirdparty/apngloader.cpp
|
||||
|
||||
# framework net
|
||||
src/framework/net/networkmanager.cpp
|
||||
src/framework/net/connection.cpp
|
||||
src/framework/net/inputmessage.cpp
|
||||
src/framework/net/outputmessage.cpp
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "connection.h"
|
||||
#include "networkmanager.h"
|
||||
|
||||
#include <framework/core/eventdispatcher.h>
|
||||
#include <boost/asio.hpp>
|
||||
|
|
Loading…
Reference in New Issue