- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/SelectionAction/MoleculeByIdAction.cpp
r952f38 r047878 11 11 #include "Actions/ActionRegistry.hpp" 12 12 #include "molecule.hpp" 13 #include " Helpers/Log.hpp"14 #include " Helpers/Verbose.hpp"13 #include "log.hpp" 14 #include "verbose.hpp" 15 15 #include "World.hpp" 16 16 … … 22 22 #include "UIElements/UIFactory.hpp" 23 23 #include "UIElements/Dialog.hpp" 24 #include " Actions/ValueStorage.hpp"24 #include "UIElements/ValueStorage.hpp" 25 25 26 26
Note:
See TracChangeset
for help on using the changeset viewer.