probabilistic/Topk: include cleanup

This commit is contained in:
Max Kellermann 2020-02-12 10:25:41 +01:00
parent 5215f4756b
commit ace11e74d2
2 changed files with 2 additions and 2 deletions

View file

@ -4,12 +4,13 @@
#include <list>
#include "Val.h"
#include "CompHash.h"
#include "OpaqueVal.h"
// This class implements the top-k algorithm. Or - to be more precise - an
// interpretation of it.
class CompositeHash;
namespace probabilistic {
struct Element;