File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/video/dedicated_v.cpp
Show inline comments
 
@@ -11,8 +11,6 @@
 

	
 
#include "../stdafx.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
#include "../gfx_func.h"
 
#include "../network/network.h"
 
#include "../network/network_internal.h"
 
@@ -316,5 +314,3 @@ void VideoDriver_Dedicated::MainLoop()
 
		}
 
	}
 
}
 

	
 
#endif /* ENABLE_NETWORK */