00001 // 00002 // Copyright (C) 2002-2006 Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // This file is part of the RDKit. 00006 // The contents are covered by the terms of the BSD license 00007 // which is included in the file license.txt, found at the root 00008 // of the RDKit source tree. 00009 // 00010 00011 /*! \file RDKitQueries.h 00012 00013 \brief pulls in the \c RDKit Query functionality 00014 00015 */ 00016 #ifndef _RDKIT_QUERIES_H 00017 #define _RDKIT_QUERIES_H 00018 00019 #include <Query/QueryObjects.h> 00020 #include <GraphMol/QueryAtom.h> 00021 #include <GraphMol/QueryBond.h> 00022 #include <GraphMol/QueryOps.h> 00023 00024 00025 #endif
1.7.1