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.
-
$Id: ZEngine.h,v 1.34 2003/10/06 00:04:11 cozman Exp $
+
$Id: ZEngine.h,v 1.35 2003/10/20 00:11:58 cozman Exp $
\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__