Fix-up damage done by overeager script in r15422

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17348 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2007-02-25 21:17:24 +00:00
parent 23b59966c7
commit 144e61bc10
4 changed files with 1 additions and 20 deletions

View File

@ -16,8 +16,6 @@
#include <exception>
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

View File

@ -4,8 +4,7 @@
#include <iostream>
namespace lyx {
using lyx::convert;
using namespace std;
@ -87,6 +86,3 @@ int main()
convert_unsigned();
convert_string();
}
} // namespace lyx

View File

@ -3,8 +3,6 @@
#include <iostream>
namespace lyx {
using namespace lyx::support;
using namespace std;
@ -31,6 +29,3 @@ int main()
{
test_normalizePath();
}
} // namespace lyx

View File

@ -3,8 +3,6 @@
#include <iostream>
namespace lyx {
using namespace lyx::support;
using namespace std;
@ -26,6 +24,3 @@ int main()
test_lowercase();
test_uppercase();
}
} // namespace lyx