Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
Change-Id: Ibc279666932bab57e1a55d3beac2c2324499522f
Signed-off-by: Egon Willighagen <egonw@users.sourceforge.net>
  • Loading branch information
goglepox authored and egonw committed Oct 30, 2012
1 parent fd2b29c commit 2f14157
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -23,20 +23,13 @@
*/
package org.openscience.cdk.tools;

import org.openscience.cdk.AtomType;
import org.openscience.cdk.CDKConstants;
import org.openscience.cdk.DefaultChemObjectBuilder;
import org.openscience.cdk.annotations.TestClass;
import org.openscience.cdk.config.AtomTypeFactory;
import org.openscience.cdk.exception.CDKException;
import org.openscience.cdk.geometry.AtomTools;
import org.openscience.cdk.interfaces.IAtom;
import org.openscience.cdk.interfaces.IAtomContainer;
import org.openscience.cdk.interfaces.IBond;
import org.openscience.cdk.interfaces.IChemObjectBuilder;
import org.openscience.cdk.qsar.descriptors.molecular.BondCountDescriptor;
import org.openscience.cdk.tools.manipulator.AtomContainerManipulator;
import org.openscience.cdk.tools.manipulator.AtomTypeManipulator;
import org.openscience.cdk.tools.manipulator.BondManipulator;

/**
Expand Down

0 comments on commit 2f14157

Please sign in to comment.