aboutsummaryrefslogtreecommitdiff
path: root/lib/events/event.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-07-25 17:05:59 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-09-04 18:42:11 +0200
commit3fa9afc796788e0c7f44db15c21a5ba1294d3b2d (patch)
treed45f495489b9c42ef0b2255afc14f472d04e97a8 /lib/events/event.h
parentd5eef705b2b5d9dec17d72ab27cbdd48a1391485 (diff)
downloadlibquotient-3fa9afc796788e0c7f44db15c21a5ba1294d3b2d.tar.gz
libquotient-3fa9afc796788e0c7f44db15c21a5ba1294d3b2d.zip
Remove #include "logging.h" from event.h
We don't expose logging internals to the outside world.
Diffstat (limited to 'lib/events/event.h')
-rw-r--r--lib/events/event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/events/event.h b/lib/events/event.h
index 8a8d64b0..4b715813 100644
--- a/lib/events/event.h
+++ b/lib/events/event.h
@@ -4,7 +4,6 @@
#pragma once
#include "converters.h"
-#include "logging.h"
#include "function_traits.h"
#include "single_key_value.h"