diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-12 21:15:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-12 21:15:40 +0000 |
| commit | ebdf25bf6710c9cf585489302dcd8ca23b9b226a (patch) | |
| tree | 1ff6b682d8035209a6a122635ce4c90e5b8e61c5 /src/Image.cc | |
| parent | 4969c1b08453a4048c94f207f0c02287bdbc1d0c (diff) | |
removed all 'using namespace std;' calls.
Diffstat (limited to 'src/Image.cc')
| -rw-r--r-- | src/Image.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Image.cc b/src/Image.cc index 3a4c14cf..cd702f6f 100644 --- a/src/Image.cc +++ b/src/Image.cc @@ -67,7 +67,8 @@ typedef unsigned int u_int32_t; #endif // HAVE_CTYPE_H #include <algorithm> -using namespace std; +using std::min; +using std::max; static unsigned long bsqrt(unsigned long x) { if (x <= 0) return 0; |
