Skip to content

Commit

Permalink
Merge pull request #1772 from daschw/incremental-compilation
Browse files Browse the repository at this point in the history
Fix incremental compilation warnings (fix #1692, fix #1734)
  • Loading branch information
daschw authored Sep 30, 2018
2 parents acb9faa + 1e83bc0 commit 63bc3a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/Plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ include("backends.jl")
include("output.jl")
include("init.jl")

include("backends/plotly.jl")
include("backends/gr.jl")
include("backends/web.jl")

# ---------------------------------------------------------

@shorthands scatter
Expand Down
4 changes: 0 additions & 4 deletions src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ function __init__()
pushdisplay(PlotsDisplay())
end)

include(joinpath(@__DIR__, "backends", "plotly.jl"))
include(joinpath(@__DIR__, "backends", "gr.jl"))
include(joinpath(@__DIR__, "backends", "web.jl"))

@require GLVisualize = "4086de5b-f4b6-55f3-abb0-b8c73827585f" include(joinpath(@__DIR__, "backends", "glvisualize.jl"))
@require HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" include(joinpath(@__DIR__, "backends", "hdf5.jl"))
@require InspectDR = "d0351b0e-4b05-5898-87b3-e2a8edfddd1d" include(joinpath(@__DIR__, "backends", "inspectdr.jl"))
Expand Down

0 comments on commit 63bc3a2

Please sign in to comment.