mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-04 05:28:15 +08:00 
			
		
		
		
	Remove NXXM. Execute IWYU. (#397)
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, Function, QuadraticInOut
 | 
			
		||||
#include <ftxui/component/animation.hpp>  // for Duration, QuadraticInOut, Function
 | 
			
		||||
#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 ReceiverImpl, SenderImpl
 | 
			
		||||
#include <ftxui/component/receiver.hpp>  // for Receiver, Sender
 | 
			
		||||
#include <functional>                    // for function
 | 
			
		||||
#include <memory>                        // for unique_ptr, shared_ptr
 | 
			
		||||
#include <memory>                        // for shared_ptr
 | 
			
		||||
#include <string>                        // for string
 | 
			
		||||
#include <thread>                        // for thread
 | 
			
		||||
#include <variant>                       // for variant
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
#define FTXUI_SCREEN_SCREEN_HPP
 | 
			
		||||
 | 
			
		||||
#include <memory>
 | 
			
		||||
#include <string>  // for string, allocator
 | 
			
		||||
#include <string>  // for string, allocator, basic_string
 | 
			
		||||
#include <vector>  // for vector
 | 
			
		||||
 | 
			
		||||
#include "ftxui/screen/box.hpp"       // for Box
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user