Changes in src/Legacy/oldmenu.cpp [952f38:bdc91e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Legacy/oldmenu.cpp
r952f38 rbdc91e 20 20 #include "element.hpp" 21 21 #include "ellipsoid.hpp" 22 #include " Helpers/helpers.hpp"22 #include "helpers.hpp" 23 23 #include "leastsquaremin.hpp" 24 24 #include "linkedcell.hpp" 25 #include " Helpers/Log.hpp"25 #include "log.hpp" 26 26 #include "memoryusageobserverunittest.hpp" 27 27 #include "molecule.hpp" 28 28 #include "periodentafel.hpp" 29 29 #include "vector_ops.hpp" 30 #include " LinearAlgebra/Plane.hpp"31 #include "Line arAlgebra/Line.hpp"30 #include "Plane.hpp" 31 #include "Line.hpp" 32 32 33 33 #include "UIElements/UIFactory.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.