diff options
Diffstat (limited to 'lzotest/wrap.h')
-rw-r--r-- | lzotest/wrap.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lzotest/wrap.h b/lzotest/wrap.h index 772dbe0..d2a9c13 100644 --- a/lzotest/wrap.h +++ b/lzotest/wrap.h @@ -2,7 +2,7 @@ This file is part of the LZO real-time data compression library. - Copyright (C) 1996-2014 Markus Franz Xaver Johannes Oberhumer + Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. The LZO library is free software; you can redistribute it and/or @@ -258,9 +258,4 @@ crc32_x_compress ( const lzo_bytep src, lzo_uint src_len, } -#if defined(__LZO_PROFESSIONAL__) -# include "lzopro/t_wrap.ch" -#endif - - /* vim:set ts=4 sw=4 et: */ |