diff -r 11ac313c0610 -r 1e5921e6507d src/internet/test/ipv4-address-helper-test-suite.cc --- a/src/internet/test/ipv4-address-helper-test-suite.cc Thu Sep 20 10:13:28 2012 -0400 +++ b/src/internet/test/ipv4-address-helper-test-suite.cc Fri Sep 21 13:47:41 2012 +0200 @@ -21,7 +21,7 @@ #include "ns3/ipv4-address-helper.h" #include "ns3/simulator.h" -namespace ns3 { +using namespace ns3; class NetworkAllocatorHelperTestCase : public TestCase { @@ -267,6 +267,3 @@ AddTestCase (new IpAddressHelperTestCasev4 ()); } } g_ipv4AddressHelperTestSuite; - -} // namespace ns3 -