summaryrefslogtreecommitdiff
path: root/tests/common.hpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-22 20:41:08 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-06-22 20:41:08 -0700
commit5867aff943f80f19649c7e6495765af0cb5719b2 (patch)
treedcf378e6b1c8b7e86fb97f96de77c774b4e5c5b5 /tests/common.hpp
parent4b371e10eed49d25bf4240a6aaa321b084e586ea (diff)
tests: Make using namespace more explicit
Hiding using namespace in common.hpp is somewhat surprising so remove common.hpp and move using namespace into all .cpp files that need it.
Diffstat (limited to 'tests/common.hpp')
-rw-r--r--tests/common.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/common.hpp b/tests/common.hpp
deleted file mode 100644
index 35e4717..0000000
--- a/tests/common.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef HEADER_TEST_COMMON_HPP
-#define HEADER_TEST_COMMON_HPP
-
-#include "test.hpp"
-
-using namespace pugi;
-
-#endif