From b07c2de16ae8dfa2c0fc4a594deddacc46386216 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 7 Jan 2010 00:34:39 +0000 Subject: A bunch of things weren't including their own files in quite the correct way... --- src/sha1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sha1.cpp') diff --git a/src/sha1.cpp b/src/sha1.cpp index 8a75b97..1d6ae76 100644 --- a/src/sha1.cpp +++ b/src/sha1.cpp @@ -9,7 +9,7 @@ #include #include -#include "sha1.h" +#include "bu/sha1.h" Sha1::Sha1() : H0( 0x67452301 ), -- cgit v1.2.3