Mercurial > hg > audiodb
view accumulators.h @ 505:216b55457009
Remove all those "with library" in the libtests/ short-descriptions
Instead, make the driver run-tests.sh file be clear about what test is
being run.
| author | mas01cr |
|---|---|
| date | Tue, 13 Jan 2009 21:26:33 +0000 |
| parents | 342822c2d49a |
| children |
line wrap: on
line source
#ifndef ACCUMULATORS_H #define ACCUMULATORS_H #include <string> #include <set> #include <queue> #include <map> #include <functional> #include "accumulator.h" #include "dbaccumulator.h" #include "pertrackaccumulator.h" #include "nearestaccumulator.h" #endif
