* include/javaprims.h: Removed security namespace.

From-SVN: r26543
This commit is contained in:
Tom Tromey
1999-04-19 07:48:02 +00:00
committed by Tom Tromey
parent b3c1c08777
commit 0cf347a3a7
2 changed files with 4 additions and 6 deletions
-6
View File
@@ -175,12 +175,6 @@ extern "Java"
};
};
namespace security
{
class MessageDigest;
class NoSuchAlgorithmException;
};
namespace util
{
class BitSet;