service: Reduce header include overhead

This commit is contained in:
Morph 2021-10-07 13:29:33 -04:00
parent f84328934f
commit 7bb2dd75cd
31 changed files with 11 additions and 39 deletions

View file

@ -3,10 +3,8 @@
// Refer to the license.txt file included.
#include <algorithm>
#include <chrono>
#include <cstdlib>
#include <ctime>
#include <functional>
#include <vector>
#include "common/logging/log.h"
#include "common/settings.h"