summaryrefslogtreecommitdiff
path: root/audio/src/parse/parser.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--audio/src/parse/parser.rs (renamed from graphics/src/audio/parse/parser.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/audio/parse/parser.rs b/audio/src/parse/parser.rs
index 5157fa1..b46e707 100644
--- a/graphics/src/audio/parse/parser.rs
+++ b/audio/src/parse/parser.rs
@@ -1,6 +1,6 @@
use std::iter::Peekable;
-use crate::audio::program::{ChanSpec, Instruction};
+use crate::program::{ChanSpec, Instruction};
use super::{
Result,