src/network/core/packet.cpp
changeset 10245 e8220bd92071
parent 8710 52015340050c
--- a/src/network/core/packet.cpp	Fri Apr 18 21:21:25 2008 +0000
+++ b/src/network/core/packet.cpp	Fri Apr 18 21:33:21 2008 +0000
@@ -11,10 +11,6 @@
 
 #include "packet.h"
 
-
-/* Do not want to include functions.h and all required headers */
-extern void NORETURN CDECL error(const char *str, ...);
-
 /**
  * Create a packet that is used to read from a network socket
  * @param cs the socket handler associated with the socket we are reading from