Remove using namespace

It is against the coding standard, and could lead to conflicts
in the future.
Explicitly declare the objects being used with using.

Change-Id: I931488490ae306282a7288b9533fe2745ad7b89f
Signed-off-by: Ed Tanous <ed@tanous.net>
1 file changed