Changeset 31847 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Aug 21, 2010 8:33:07 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/crc32.cpp
r28800 r31847 75 75 #include <sys/systm.h> 76 76 #else 77 # include <iprt/crc 32.h>77 # include <iprt/crc.h> 78 78 # include "internal/iprt.h" 79 79 #endif -
trunk/src/VBox/Runtime/common/checksum/crc64.cpp
r28800 r31847 34 34 * Header Files * 35 35 *******************************************************************************/ 36 #include <iprt/crc 64.h>36 #include <iprt/crc.h> 37 37 #include "internal/iprt.h" 38 38 -
trunk/src/VBox/Runtime/common/misc/zip.cpp
r28800 r31847 51 51 #ifdef RTZIP_USE_LZF 52 52 # include <lzf.h> 53 # include <iprt/crc 32.h>53 # include <iprt/crc.h> 54 54 #endif 55 55 #ifdef RTZIP_USE_LZJB -
trunk/src/VBox/Runtime/testcase/tstRTDigest.cpp
r29906 r31847 31 31 #include <iprt/sha.h> 32 32 #include <iprt/md5.h> 33 #include <iprt/crc32.h> 34 #include <iprt/crc64.h> 33 #include <iprt/crc.h> 35 34 36 35 #include <iprt/ctype.h>
Note:
See TracChangeset
for help on using the changeset viewer.