Move platform/api/internal/logging_macros.h → util/logging.h
Follow-up to commit b797903e40723dc41d7eefb438eb0ac0af648c27, which
"minified" platform/api/logging.h. This change moves the logging macros
to util/, changes the #include's everywhere to point to util/logging.h,
and removes the hack at the end of platform/api/logging.h.
Bug: openscreen:77
Change-Id: I5e721783e35530f13b1ae0f50128ef67d0522bff
Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1919717
Commit-Queue: Yuri Wiitala <miu@chromium.org>
Reviewed-by: mark a. foltz <mfoltz@chromium.org>
diff --git a/platform/impl/task_runner.cc b/platform/impl/task_runner.cc
index 9bacacf..8ff92b3 100644
--- a/platform/impl/task_runner.cc
+++ b/platform/impl/task_runner.cc
@@ -6,7 +6,7 @@
#include <thread>
-#include "platform/api/logging.h"
+#include "util/logging.h"
namespace openscreen {
namespace platform {