summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index 6323a6862..bd5d9baa2 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -5,12 +5,10 @@
#ifndef COMMON_SOCKET_H
#define COMMON_SOCKET_H
-#include <time.h>
-
-#include "../common/cbasetypes.h"
+#include "common/cbasetypes.h"
#ifdef WIN32
-# include "../common/winapi.h"
+# include "common/winapi.h"
typedef long in_addr_t;
#else
# include <netinet/in.h>