lib/crypto: only include what is needed.
[kamenim/samba.git] / lib / crypto / hmacsha256.c
index 53d4fe388396417dddba4aa56085dc7afaab93da..1a31441297d674834cf4858d2d797f1cadf869a6 100644 (file)
@@ -26,7 +26,7 @@
  taken direct from rfc2202 implementation and modified for suitable use
  */
 
-#include "includes.h"
+#include "replace.h"
 #include "../lib/crypto/crypto.h"
 
 /***********************************************************************