Browse Source

obs-outputs: Remove unnecessary header

jpark37 4 years ago
parent
commit
cf6e106939
1 changed files with 0 additions and 1 deletions
  1. 0 1
      plugins/obs-outputs/rtmp-windows.c

+ 0 - 1
plugins/obs-outputs/rtmp-windows.c

@@ -1,6 +1,5 @@
 #ifdef _WIN32
 #include "rtmp-stream.h"
-#include <winsock2.h>
 
 static void fatal_sock_shutdown(struct rtmp_stream *stream)
 {