fix includes

This commit is contained in:
Glenn Maynard
2004-02-15 05:56:46 +00:00
parent 5cc79c5f2b
commit c9240bd7c3
+6 -6
View File
@@ -5,12 +5,12 @@
#include "RageLog.h"
// crypt headers
#include "sha.h"
#include "hex.h"
#include "channels.h"
#include "rsa.h"
#include "md5.h"
#include "osrng.h"
#include "crypto51/sha.h"
#include "crypto51/hex.h"
#include "crypto51/channels.h"
#include "crypto51/rsa.h"
#include "crypto51/md5.h"
#include "crypto51/osrng.h"
#include <memory>
using namespace CryptoPP;