Mercurial > hg > audiodb
view accumulators.h @ 503:3d17fdac096a
Makefile improvements from library/application separation.
Library object files don't need soap includes, and depend on a different
set of header files from the application object files.
Run the library tests with "make test"
author | mas01cr |
---|---|
date | Tue, 13 Jan 2009 21:26:21 +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