chore(accumulator): reorder includes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-06 00:30:46 +01:00
parent 3d65cde727
commit a3009709cf
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -4,9 +4,9 @@
#include "event_adder_impl.h"
#include "generator.h"
#include "pool.h"
#include <fmt/core.h>
#include <algorithm>
#include <exception>
#include <fmt/core.h>
namespace fortuna {
namespace accumulator {