# HG changeset patch # User reimar # Date 1283968046 0 # Node ID e91e0249e2fde8491002364dd18399d9f96da126 # Parent 9986a61354e6010acdcf7faf91931387f6b6940f Remove useless ifdef. diff -r 9986a61354e6 -r e91e0249e2fd mplayer.c --- a/mplayer.c Wed Sep 08 17:38:52 2010 +0000 +++ b/mplayer.c Wed Sep 08 17:47:26 2010 +0000 @@ -128,9 +128,7 @@ #include "osdep/getch2.h" #include "osdep/timer.h" -#ifdef CONFIG_NETWORKING #include "udp_sync.h" -#endif /* CONFIG_NETWORKING */ #ifdef CONFIG_X11 #include "libvo/x11_common.h"