Skip to content

Commit

Permalink
Reorder includes
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Apr 6, 2017
1 parent 41ec488 commit de8bd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tzdata/TZData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module TZData
export build

include("timeoffset.jl")
include("version.jl")
include("archive.jl")
include("version.jl")
include("download.jl")
include("compile.jl")
include("build.jl")
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ for name in TEST_REGIONS
end

include("utils.jl")
include(joinpath("tzdata", "timeoffset.jl"))
include(joinpath("tzdata", "archive.jl"))
include(joinpath("tzdata", "version.jl"))
include(joinpath("tzdata", "timeoffset.jl"))
include(joinpath("tzdata", "compile.jl"))
include("utcoffset.jl")
include("types.jl")
Expand Down

0 comments on commit de8bd9a

Please sign in to comment.