summaryrefslogtreecommitdiff
path: root/lib/crypto/crc32.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-15 12:01:09 +0200
committerGünther Deschner <gd@samba.org>2010-06-16 18:58:04 +0200
commitaa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002 (patch)
tree676ce10885aec81c8cebe3f2f35339cdf8632681 /lib/crypto/crc32.c
parent65ca3e4ee985689cdb038ae366f57d523cbeb964 (diff)
downloadsamba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.tar.gz
samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.tar.bz2
samba-aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002.zip
lib/crypto: only include what is needed.
Guenther
Diffstat (limited to 'lib/crypto/crc32.c')
-rw-r--r--lib/crypto/crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/crc32.c b/lib/crypto/crc32.c
index e6cc529767..cca62a0c04 100644
--- a/lib/crypto/crc32.c
+++ b/lib/crypto/crc32.c
@@ -40,7 +40,7 @@
* CRC32 code derived from work by Gary S. Brown.
*/
-#include "includes.h"
+#include "replace.h"
#include "../lib/crypto/crc32.h"
static const uint32_t crc32_tab[] = {