From: Steven Edwards Date: Fri, 19 Aug 2005 21:21:04 +0000 (+0000) Subject: mixed case sucks X-Git-Tag: ReactOS-0.2.8~962 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=623af9cd28158f14c565092a571d43f26340ea30 mixed case sucks svn path=/trunk/; revision=17442 --- diff --git a/irc/ArchBlackmann/cram_md5.cpp b/irc/ArchBlackmann/cram_md5.cpp index dfaf771f031..d4c37cf49aa 100644 --- a/irc/ArchBlackmann/cram_md5.cpp +++ b/irc/ArchBlackmann/cram_md5.cpp @@ -2,7 +2,7 @@ // This file is (C) 2004 Royce Mitchell III // and released under the BSD & LGPL licenses -#include "md5.h" +#include "MD5.h" #include "cram_md5.h" #include "base64.h"