- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/SubgraphDissectionAction.cpp
r047878 r952f38 12 12 #include "atom.hpp" 13 13 #include "config.hpp" 14 #include " log.hpp"14 #include "Helpers/Log.hpp" 15 15 #include "molecule.hpp" 16 16 #include "Descriptors/MoleculeDescriptor.hpp" … … 25 25 #include "UIElements/UIFactory.hpp" 26 26 #include "UIElements/Dialog.hpp" 27 #include " UIElements/ValueStorage.hpp"27 #include "Actions/ValueStorage.hpp" 28 28 29 29 const char FragmentationSubgraphDissectionAction::NAME[] = "subgraph-dissect";
Note:
See TracChangeset
for help on using the changeset viewer.