mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 18:48:11 +08:00 
			
		
		
		
	Execute IWYU.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| #define FTXUI_COMPONENT_COMPONENT_OPTIONS_HPP | ||||
|  | ||||
| #include <chrono>                         // for milliseconds | ||||
| #include <ftxui/component/animation.hpp>  // for Duration, QuadraticInOut, Function | ||||
| #include <ftxui/component/animation.hpp>  // for Duration, Function, QuadraticInOut | ||||
| #include <ftxui/dom/elements.hpp>         // for Element | ||||
| #include <ftxui/util/ref.hpp>             // for Ref | ||||
| #include <functional>                     // for function | ||||
|   | ||||
| @@ -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
	 ArthurSonzogni
					ArthurSonzogni