mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 12:24:01 +02:00
fixes misplaced include .h -> .cpp
This commit is contained in:
parent
493fafb213
commit
4ddbbd6209
2 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
#include "AgentTypes.h"
|
||||
#include "PacketHeaders.h"
|
||||
#include "SharedUtil.h"
|
||||
#include "shared_Log.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "Syssocket.h"
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include <vector>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "shared_Log.h"
|
||||
#include "Agent.h"
|
||||
#include "UDPSocket.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue