mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-02 12:59:17 +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
This directory contains include files of interfaces that are exported by components to be used by other components. Each subdirectory corresponds to the component exporting the interface.