diff -r f90b9b2b6d96 -r e8220bd92071 src/network/core/packet.cpp --- 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