mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 12:48:09 +08:00
Execute IWYU.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#define FTXUI_COMPONENT_SCREEN_INTERACTIVE_HPP
|
||||
|
||||
#include <atomic> // for atomic
|
||||
#include <ftxui/component/receiver.hpp> // for Receiver, Sender
|
||||
#include <ftxui/component/receiver.hpp> // for ReceiverImpl, SenderImpl
|
||||
#include <functional> // for function
|
||||
#include <memory> // for shared_ptr
|
||||
#include <memory> // for unique_ptr, shared_ptr
|
||||
#include <string> // for string
|
||||
#include <thread> // for thread
|
||||
#include <variant> // for variant
|
||||
|
Reference in New Issue
Block a user