mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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 "AgentTypes.h"
|
||||||
#include "PacketHeaders.h"
|
#include "PacketHeaders.h"
|
||||||
#include "SharedUtil.h"
|
#include "SharedUtil.h"
|
||||||
|
#include "shared_Log.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include "Syssocket.h"
|
#include "Syssocket.h"
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "shared_Log.h"
|
|
||||||
#include "Agent.h"
|
#include "Agent.h"
|
||||||
#include "UDPSocket.h"
|
#include "UDPSocket.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue