diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-07-25 17:05:59 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-04 18:42:11 +0200 |
commit | 3fa9afc796788e0c7f44db15c21a5ba1294d3b2d (patch) | |
tree | d45f495489b9c42ef0b2255afc14f472d04e97a8 /lib/events/encryptionevent.cpp | |
parent | d5eef705b2b5d9dec17d72ab27cbdd48a1391485 (diff) | |
download | libquotient-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/encryptionevent.cpp')
-rw-r--r-- | lib/events/encryptionevent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/events/encryptionevent.cpp b/lib/events/encryptionevent.cpp index 8872447b..b1b04984 100644 --- a/lib/events/encryptionevent.cpp +++ b/lib/events/encryptionevent.cpp @@ -3,6 +3,7 @@ // SPDX-License-Identifier: LGPL-2.1-or-later #include "encryptionevent.h" +#include "logging.h" #include "e2ee/e2ee.h" |