lib/crypto: only include what is needed.
[ira/wip.git] / lib / crypto / crc32.c
index e6cc5297676d299d0101545988acc6baf903f848..cca62a0c046882c698dfe8bad64eb403804aa119 100644 (file)
@@ -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[] = {