diff --git a/ch01/ex1_21.cpp b/ch01/ex1_21.cpp index 00aa1904..b2124a96 100644 --- a/ch01/ex1_21.cpp +++ b/ch01/ex1_21.cpp @@ -1,10 +1,7 @@ #include #include "include/Sales_item.h" -using std::cin; -using std::cout; -using std::endl; -using std::cerr; +using namespace std; int main() {