Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / txt_db / txt_db.h
index aca6dae393d270fe88e49627a1cfcffc3340a3d9..54234e3c422afaed60f0529cd9fb9d7f61ead396 100644 (file)
@@ -63,8 +63,8 @@
 extern "C" {
 #endif
 
-#include "stack.h"
-#include "lhash.h"
+#include <openssl/stack.h>
+#include <openssl/lhash.h>
 
 #define DB_ERROR_OK                    0
 #define DB_ERROR_MALLOC                        1