fixes misplaced include .h -> .cpp

This commit is contained in:
tosh 2013-04-17 20:01:33 +02:00
parent 493fafb213
commit 4ddbbd6209
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@
#include "AgentTypes.h"
#include "PacketHeaders.h"
#include "SharedUtil.h"
#include "shared_Log.h"
#ifdef _WIN32
#include "Syssocket.h"

View file

@ -13,7 +13,6 @@
#include <vector>
#include <stdint.h>
#include "shared_Log.h"
#include "Agent.h"
#include "UDPSocket.h"