0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 14:38:57 +02:00

ircd::prof: Remove valgrind/callgrind include unused in this unit.

This commit is contained in:
Jason Volk 2019-07-31 14:20:20 -07:00
parent 7481f55869
commit 6edde2a972

View file

@ -13,7 +13,6 @@
#include <RB_INC_SYS_MMAN_H
#include <RB_INC_SYS_RESOURCE_H
#include <linux/perf_event.h>
#include <RB_INC_VALGRIND_CALLGRIND_H
#include <boost/chrono/chrono.hpp>
#include <boost/chrono/process_cpu_clocks.hpp>