Fix warning: Namespace uses itself

This commit is contained in:
Mikael Olenfalk
2020-03-23 06:51:59 +01:00
committed by ArthurSonzogni
parent 40800ac019
commit 71598cb18d
4 changed files with 0 additions and 8 deletions

View File

@@ -6,8 +6,6 @@
namespace ftxui {
using namespace ftxui;
// -----------------------------------------------------------------------------
class Select : public Node {