summaryrefslogtreecommitdiffstats
path: root/src/solar_system.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/solar_system.rs')
-rw-r--r--src/solar_system.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/solar_system.rs b/src/solar_system.rs
index 7799a59..a23dff8 100644
--- a/src/solar_system.rs
+++ b/src/solar_system.rs
@@ -6,7 +6,6 @@ use self::orbit::*;
use serde::{Deserialize};
use crate::known_stars::*;
-use crate::ntree::NTree;
use crate::ntree::NTreeNode;
use crate::timeman::Second;
use std::error::Error;