mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Execute IWYU.
This commit is contained in:
		| @@ -1,12 +1,13 @@ | ||||
| #include <array>   // for array | ||||
| #include <memory>  // for shared_ptr, __shared_ptr_access | ||||
| #include <string>  // for operator+, to_string | ||||
| #include <memory>  // for allocator, __shared_ptr_access, shared_ptr | ||||
| #include <string>  // for to_string, operator+ | ||||
|  | ||||
| #include "ftxui/component/captured_mouse.hpp"  // for ftxui | ||||
| #include "ftxui/component/component.hpp"  // for Checkbox, Renderer, Vertical | ||||
| #include "ftxui/component/component_base.hpp"      // for ComponentBase | ||||
| #include "ftxui/component/component.hpp"       // for Button, Renderer, Vertical | ||||
| #include "ftxui/component/component_base.hpp"  // for ComponentBase | ||||
| #include "ftxui/component/component_options.hpp"   // for ButtonOption | ||||
| #include "ftxui/component/screen_interactive.hpp"  // for ScreenInteractive | ||||
| #include "ftxui/dom/elements.hpp"  // for operator|, Element, size, border, frame, vscroll_indicator, HEIGHT, LESS_THAN | ||||
| #include "ftxui/dom/elements.hpp"  // for operator|, text, Element, hbox, separator, size, vbox, border, frame, vscroll_indicator, HEIGHT, LESS_THAN | ||||
| #include "ftxui/screen/color.hpp"  // for Color, Color::Default, Color::GrayDark, Color::White | ||||
|  | ||||
| using namespace ftxui; | ||||
|  | ||||
|   | ||||
| @@ -1,12 +1,11 @@ | ||||
| #include <memory>  // for shared_ptr, __shared_ptr_access | ||||
| #include <string>  // for operator+, to_string | ||||
|  | ||||
| #include "ftxui/component/captured_mouse.hpp"  // for ftxui | ||||
| #include "ftxui/component/component.hpp"  // for Button, Horizontal, Renderer | ||||
| #include "ftxui/component/component_base.hpp"      // for ComponentBase | ||||
| #include "ftxui/component/component.hpp"  // for Button, Renderer, Vertical, Horizontal, operator| | ||||
| #include "ftxui/component/component_base.hpp"      // for Component | ||||
| #include "ftxui/component/component_options.hpp"   // for ButtonOption | ||||
| #include "ftxui/component/screen_interactive.hpp"  // for ScreenInteractive | ||||
| #include "ftxui/dom/elements.hpp"  // for gauge, separator, text, vbox, operator|, Element, border | ||||
| #include "ftxui/dom/elements.hpp"  // for separator, Element, text, border | ||||
| #include "ftxui/screen/color.hpp"  // for Color, Color::Blue, Color::Green, Color::Red | ||||
|  | ||||
| using namespace ftxui; | ||||
|   | ||||
| @@ -1,5 +1,4 @@ | ||||
| #include <memory>  // for allocator, shared_ptr | ||||
| #include <string>  // for string, basic_string | ||||
| #include <string>  // for string, allocator | ||||
| #include <vector>  // for vector | ||||
|  | ||||
| #include "ftxui/component/captured_mouse.hpp"  // for ftxui | ||||
|   | ||||
| @@ -1,8 +1,7 @@ | ||||
| #include <stdio.h>                 // for getchar | ||||
| #include <ftxui/dom/elements.hpp>  // for operator|, size, Element, text, hcenter, Decorator, Fit, WIDTH, hflow, window, EQUAL, GREATER_THAN, HEIGHT, bold, border, dim, LESS_THAN | ||||
| #include <ftxui/screen/screen.hpp>  // for Full, Screen | ||||
| #include <memory>                   // for allocator, shared_ptr | ||||
| #include <string>  // for operator+, to_string, char_traits, string | ||||
| #include <string>  // for allocator, operator+, to_string, char_traits, string | ||||
|  | ||||
| #include "ftxui/dom/node.hpp"      // for Render | ||||
| #include "ftxui/screen/color.hpp"  // for ftxui | ||||
|   | ||||
| @@ -1,11 +1,10 @@ | ||||
| #include <chrono>                   // for operator""s, chrono_literals | ||||
| #include <ftxui/screen/screen.hpp>  // for Full, Screen | ||||
| #include <ftxui/screen/screen.hpp>  // for Screen | ||||
| #include <iostream>                 // for cout, ostream | ||||
| #include <memory>                   // for allocator, shared_ptr | ||||
| #include <string>                   // for operator<<, string | ||||
| #include <string>                   // for allocator, operator<<, string | ||||
| #include <thread>                   // for sleep_for | ||||
|  | ||||
| #include "ftxui/dom/elements.hpp"  // for paragraph, text, operator|, Element, border, color, hflow, spinner, vbox, bold, dim, underlined | ||||
| #include "ftxui/dom/elements.hpp"  // for paragraph, operator|, text, Element, border, Fit, color, hflow, spinner, vbox, bold, dim, underlined | ||||
| #include "ftxui/dom/node.hpp"      // for Render | ||||
| #include "ftxui/screen/box.hpp"    // for ftxui | ||||
| #include "ftxui/screen/color.hpp"  // for Color, Color::Red | ||||
|   | ||||
| @@ -1,8 +1,7 @@ | ||||
| #include <stdio.h>                 // for getchar | ||||
| #include <ftxui/dom/elements.hpp>  // for operator|, Element, size, text, hcenter, Fit, vflow, window, EQUAL, bold, border, dim, HEIGHT, WIDTH | ||||
| #include <ftxui/screen/screen.hpp>  // for Full, Screen | ||||
| #include <memory>                   // for allocator, shared_ptr | ||||
| #include <string>  // for operator+, to_string, char_traits, string | ||||
| #include <string>  // for allocator, operator+, to_string, char_traits, string | ||||
|  | ||||
| #include "ftxui/dom/node.hpp"      // for Render | ||||
| #include "ftxui/screen/color.hpp"  // for ftxui | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni