]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / include / column-x-positions.hh
index dc35c0dc8989c0b3c54b0b30308c0369a5db113d..f4ef6a02dc185a4a04d1e4e4a803856166576b8c 100644 (file)
 
 struct Column_x_positions
 {
-  std::vector<Grob *> cols_;
-  std::vector<Grob *> loose_cols_;
+  vector<Grob *> cols_;
+  vector<Grob *> loose_cols_;
 
-  std::vector<Real> config_;
+  vector<Real> config_;
   Real force_;
   bool satisfies_constraints_;