summaryrefslogtreecommitdiff
path: root/libs/fluidsynth
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-25 22:29:50 +0200
committerRobin Gareus <robin@gareus.org>2016-08-25 22:29:50 +0200
commitfa36ea6695c233883eb7ab20c48f08d1c4d20b37 (patch)
treec3c5894c7e328200d25cd90ea475c9373dd93a72 /libs/fluidsynth
parent48d085a569be694e7cf6aab901e9c67de0aef28c (diff)
remove unneeded includes that may break with winegcc
Diffstat (limited to 'libs/fluidsynth')
-rw-r--r--libs/fluidsynth/src/fluidsynth_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/fluidsynth/src/fluidsynth_priv.h b/libs/fluidsynth/src/fluidsynth_priv.h
index 74b9f4b9c6..d29ba8a52f 100644
--- a/libs/fluidsynth/src/fluidsynth_priv.h
+++ b/libs/fluidsynth/src/fluidsynth_priv.h
@@ -105,8 +105,6 @@
#endif
#if HAVE_WINDOWS_H
-#include <winsock2.h>
-#include <ws2tcpip.h>
#include <windows.h>
#endif