From 031bf4c2425edf6696434f80dbe6db00c933a8d5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 May 2004 01:04:53 +0000 Subject: [PATCH] cleanup --- stepmania/src/CryptManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/CryptManager.cpp b/stepmania/src/CryptManager.cpp index 3f0881f711..48f08bb872 100644 --- a/stepmania/src/CryptManager.cpp +++ b/stepmania/src/CryptManager.cpp @@ -7,7 +7,6 @@ // crypt headers #include "CryptHelpers.h" #include "crypto51/sha.h" -#include "crypto51/channels.h" #include "crypto51/rsa.h" #include "crypto51/osrng.h" #include "crypto/CryptMD5.h"