Skip to content

Commit

Permalink
Removed unused imports in random module
Browse files Browse the repository at this point in the history
  • Loading branch information
9prady9 committed Sep 15, 2016
1 parent 316c97e commit fdda86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use array::Array;
use dim4::Dim4;
use defines::{AfError, RandomEngineType};
use error::HANDLE_ERROR;
use self::libc::{uint8_t, c_int, c_uint, c_ulong};
use self::libc::{uint8_t, c_int, c_uint};
use util::HasAfEnum;

type MutAfArray = *mut self::libc::c_longlong;
Expand Down

0 comments on commit fdda86b

Please sign in to comment.