Commit 30b879d6 authored by Stan Hu's avatar Stan Hu

Remove unnecessary include

Since `Project` includes `GitlabRoutingHelper`, which then includes
`EE::GitlabRoutingHelper`, there's no need for to include
`EE::GitlabRoutingHelper` in `EE::Project`.
parent 009e622c
......@@ -843,5 +843,3 @@ module EE
end
end
end
EE::Project.include_if_ee('::EE::GitlabRoutingHelper')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment