@@ -56,6 +56,6 @@ list (SORT DIRS)
foreach (DIR ${DIRS})
get_filename_component (DIR ${DIR} PATH)
if (DIR)
- add_sample_subdirectory (${DIR})
+ add_sample_subdirectory (${DIR})
endif ()
endforeach ()
@@ -37,7 +37,6 @@
#include "../Network/NetworkPriority.h"
#include "../Network/Protocol.h"
#include "../Scene/Scene.h"
-#include "PacketLogger.h"
#include <SLikeNet/MessageIdentifiers.h>
#include <SLikeNet/NatPunchthroughClient.h>