summaryrefslogtreecommitdiff
path: root/src/net/sdltcpnet.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-03 21:28:49 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-03 21:28:49 +0300
commit8315c94fde36046785cf86165021906a49c6d849 (patch)
tree4b5e8ac7263b2fca078da5f1de30df77755924ef /src/net/sdltcpnet.h
parent88e2d16c070f480e1892044f329cd38df298003d (diff)
downloadplus-8315c94fde36046785cf86165021906a49c6d849.tar.gz
plus-8315c94fde36046785cf86165021906a49c6d849.tar.bz2
plus-8315c94fde36046785cf86165021906a49c6d849.tar.xz
plus-8315c94fde36046785cf86165021906a49c6d849.zip
Remove subdir SDL from SDL includes.
Diffstat (limited to 'src/net/sdltcpnet.h')
-rw-r--r--src/net/sdltcpnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/sdltcpnet.h b/src/net/sdltcpnet.h
index 22273b447..1d83b04fc 100644
--- a/src/net/sdltcpnet.h
+++ b/src/net/sdltcpnet.h
@@ -21,7 +21,7 @@
#ifndef NET_SDLTCPNET_H
#define NET_SDLTCPNET_H
-#include <SDL/SDL_net.h>
+#include <SDL_net.h>
#include <string>