Remove toggle.hpp

This commit is contained in:
ArthurSonzogni
2021-07-10 13:15:28 +02:00
committed by Arthur Sonzogni
parent bead2134d6
commit 7f514ff41c
5 changed files with 108 additions and 141 deletions

View File

@@ -2,9 +2,9 @@
#include <gtest/gtest-test-part.h> // for TestPartResult, SuiteApiResolver, TestFactoryImpl
#include <memory> // for __shared_ptr_access, shared_ptr
#include "ftxui/component/component.hpp"
#include "ftxui/component/event.hpp" // for Event, Event::ArrowLeft, Event::ArrowRight, Event::Return, Event::Tab, Event::TabReverse
#include "ftxui/component/mouse.hpp" // for ftxui
#include "ftxui/component/toggle.hpp"
#include "gtest/gtest_pred_impl.h" // for AssertionResult, EXPECT_EQ, Test, EXPECT_TRUE, EXPECT_FALSE, TEST
using namespace ftxui;