1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed some old boilerplate.

This commit is contained in:
jules 2013-08-31 13:20:16 +01:00
parent a2280fc25d
commit 0ded32be3e
8 changed files with 2 additions and 38 deletions

View file

@ -40,12 +40,10 @@
namespace juce
{
// START_AUTOINCLUDE encryption/*.cpp, hashing/*.cpp
#include "encryption/juce_BlowFish.cpp"
#include "encryption/juce_Primes.cpp"
#include "encryption/juce_RSAKey.cpp"
#include "hashing/juce_MD5.cpp"
#include "hashing/juce_SHA256.cpp"
// END_AUTOINCLUDE
}