Remove 'using namespace std;'
[aes.git] / aes.hpp
diff --git a/aes.hpp b/aes.hpp
index 5d2acd8..cbbb730 100644 (file)
--- a/aes.hpp
+++ b/aes.hpp
@@ -5,7 +5,6 @@
 #include <cstdio>
 #include <string>
 #include <iostream>
-using namespace std;
 
 // Byte and Byte Array types
 typedef unsigned char byte;