From: Georg Baum Date: Mon, 26 Feb 2007 09:29:12 +0000 (+0000) Subject: fix 'make check' by removing useless namespace lyx X-Git-Tag: 1.6.10~10672 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2655d46b03b1956011f9e9be01767a3db1e83ce7;p=features.git fix 'make check' by removing useless namespace lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17357 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/controllers/tests/biblio.C b/src/frontends/controllers/tests/biblio.C index 3da540cb52..3a51499ed6 100644 --- a/src/frontends/controllers/tests/biblio.C +++ b/src/frontends/controllers/tests/biblio.C @@ -6,8 +6,6 @@ #include -namespace lyx { - using std::cout; using std::endl; using std::string; @@ -96,6 +94,3 @@ int main() test_escape_special_chars(); test_RegexMatch(); } - - -} // namespace lyx diff --git a/src/frontends/controllers/tests/boost.C b/src/frontends/controllers/tests/boost.C index d922190b84..c527115b46 100644 --- a/src/frontends/controllers/tests/boost.C +++ b/src/frontends/controllers/tests/boost.C @@ -16,8 +16,6 @@ #include -namespace lyx { - namespace boost { void throw_exception(std::exception const & /*e*/) @@ -34,6 +32,3 @@ void assertion_failed(char const * /*expr*/, char const * /*function*/, } - - -} // namespace lyx