Mercurial > hg > audiodb
view accumulators.h @ 495:c291e9201a3c api-inversion
libtests cleanups
Delete unused functions from test_utils.lib.h. maketestfile()'s int*
argument should be an int; fix that and alter the sources accordingly.
Add -Werror to the Makefile for test files, now that they all do compile
without warnings.
author | mas01cr |
---|---|
date | Sat, 10 Jan 2009 15:33:21 +0000 |
parents | 166312a124bc |
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