moved test.h from RDBoost to RDGeneral for consistency with export.h (#2074)

This commit is contained in:
Paolo Tosco
2018-10-11 22:35:23 +01:00
committed by Greg Landrum
parent ba40ecaca1
commit f7c888844d
98 changed files with 97 additions and 97 deletions

View File

@@ -7,7 +7,7 @@
// which is included in the file license.txt, found at the root
// of the RDKit source tree.
//
#include <RDBoost/test.h>
#include <RDGeneral/test.h>
#include "AlignPoints.h"
#include <Numerics/Vector.h>
#include <RDGeneral/utils.h>