]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sha1.c
Opt: strdup -> xstrdup
[libucw.git] / ucw / sha1.c
index 5a547cbbafb3c0f34293a2e27c5bad714b2cffe7..08e68b3397083b4fba821b9e677f446ef90b209b 100644 (file)
@@ -11,9 +11,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/sha1.h"
-#include "ucw/unaligned.h"
+#include <ucw/lib.h>
+#include <ucw/sha1.h>
+#include <ucw/unaligned.h>
 
 #include <string.h>
 
@@ -288,7 +288,7 @@ sha1_hash_buffer(byte *outbuf, const byte *buffer, uns length)
 
 #include <stdio.h>
 #include <unistd.h>
-#include "ucw/string.h"
+#include <ucw/string.h>
 
 int main(void)
 {