This commit is contained in:
Eduardo Bart 2011-08-15 21:32:16 -03:00
parent f87b475f49
commit b90bb275b9
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,4 @@
#include "connection.h"
#include "networkmanager.h"
#include <framework/core/eventdispatcher.h>
#include <boost/asio.hpp>