diff options
author | David Kastrup <dak@gnu.org> | 2015-08-23 21:59:31 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2015-08-23 21:59:31 +0200 |
commit | 24107d843c902a8101fbb696f47bf7538dd4493a (patch) | |
tree | a36f8c0b78c62f1ac85c0e17ed46ec80a7744992 /lily/simple-spacer.cc | |
parent | 207f71b8b2ab9ca550e841615bedce393e652ca6 (diff) |
Revert "Issue 4550 (1/2) Avoid "using namespace std;" in included files"
This reverts commit f127e14af04f474d20406ca0e0f76f05061ee103.
Diffstat (limited to 'lily/simple-spacer.cc')
-rw-r--r-- | lily/simple-spacer.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index 5b8183d96a..bf64413a8a 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -32,8 +32,6 @@ #include "spring.hh" #include "warn.hh" -using std::vector; - /* A simple spacing constraint solver. The approach: |