Reorganize local header files
[openssl.git] / crypto / lhash / lhash.c
index f91a56a70a6b032a3c0c0de13a9a9d1a95744b9e..76379a93f681c6bac28daef747db6fb7243e9bde 100644 (file)
@@ -13,9 +13,9 @@
 #include <openssl/crypto.h>
 #include <openssl/lhash.h>
 #include <openssl/err.h>
-#include "internal/ctype.h"
-#include "internal/lhash.h"
-#include "lhash_lcl.h"
+#include "crypto/ctype.h"
+#include "crypto/lhash.h"
+#include "lhash_local.h"
 
 /*
  * A hashing implementation that appears to be based on the linear hashing