mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
23b59966c7
commit
144e61bc10
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user