diff options
Diffstat (limited to 'ml/dlib/dlib/crc32.h')
-rw-r--r-- | ml/dlib/dlib/crc32.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ml/dlib/dlib/crc32.h b/ml/dlib/dlib/crc32.h deleted file mode 100644 index 004aaeba4..000000000 --- a/ml/dlib/dlib/crc32.h +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright (C) 2005 Davis E. King (davis@dlib.net) -// License: Boost Software License See LICENSE.txt for the full license. -#ifndef DLIB_CRc32_ -#define DLIB_CRc32_ - - -#include "crc32/crc32_kernel_1.h" - -#endif // DLIB_CRc32_ - |