--- Compress-LZF/lzf_d.c 2010/05/30 05:51:09 1.7 +++ Compress-LZF/lzf_d.c 2010/06/01 03:30:34 1.8 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2007 Marc Alexander Lehmann + * Copyright (c) 2000-2010 Marc Alexander Lehmann * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: @@ -36,8 +36,6 @@ #include "lzfP.h" -#include /* for memcpy/memset */ - #if AVOID_ERRNO # define SET_ERRNO(n) #else