mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 14:40:54 +00:00
Previously, base/trace/buffer.h included base/thread.h which includes base/trace/logger.h which includes base/trace/buffer.h. Removed the base/thread.h include in base/trace/buffer.h as it is not needed. Issue #2654