Skip to content

Commit

Permalink
Reorder file includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders committed Apr 7, 2016
1 parent 4e9081e commit 9bf2e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intervals/intervals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ eltype{T<:Real}(x::Interval{T}) = T
include("special.jl")
include("macros.jl")
include("conversion.jl")
include("arithmetic.jl")
include("precision.jl")
include("arithmetic.jl")
include("functions.jl")
include("trigonometric.jl")
include("hyperbolic.jl")
Expand Down

0 comments on commit 9bf2e71

Please sign in to comment.