summaryrefslogtreecommitdiffstats
path: root/examples/tictactoe.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tictactoe.rs')
-rw-r--r--examples/tictactoe.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/tictactoe.rs b/examples/tictactoe.rs
index 727fc8e..0ff7207 100644
--- a/examples/tictactoe.rs
+++ b/examples/tictactoe.rs
@@ -1,8 +1,4 @@
-#[macro_use]
-extern crate prettytable;
-extern crate term;
-
-use prettytable::Table;
+use prettytable::{Table, table, cell};
use std::io;
use std::io::Write;