From e3c764127f6c37f0c3d17ee732b8a99f46f88523 Mon Sep 17 00:00:00 2001
From: James Turk <james.p.turk@gmail.com>
Date: Mon, 20 Oct 2003 00:11:58 +0000
Subject: [PATCH] removed SDL_net

---
 include/ZEngine.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/include/ZEngine.h b/include/ZEngine.h
index e17546e..869915e 100644
--- a/include/ZEngine.h
+++ b/include/ZEngine.h
@@ -3,7 +3,7 @@
     \brief Header file for ZEngine.
 
     Public header file for ZEngine, this is the file that programs that wish to utilize ZEngine should include.
-    <br>$Id: ZEngine.h,v 1.34 2003/10/06 00:04:11 cozman Exp $<br>
+    <br>$Id: ZEngine.h,v 1.35 2003/10/20 00:11:58 cozman Exp $<br>
     \author James Turk
 **/
 
@@ -66,9 +66,5 @@
 #include "ZE_ZSound.h"
 #include "ZE_ZMusic.h"
 #endif
-#ifdef USE_SDL_NET
-#include "ZE_ZClient.h"
-#include "ZE_ZServer.h"
-#endif
 
 #endif //__zengine_h__