#pragma once #include "image.h" #include "options.h" HistImage compute_brot(const Options &options); // vim: set sw=4 ts=4 noet: