Needless dependency in model patches

This commit is contained in:
Karel Picman 2017-02-20 14:24:00 +01:00
parent 53236c682b
commit f4dcdb663d
2 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require_dependency 'issue'
module RedmineDmsf
module Patches
module IssuePatch

View File

@ -20,8 +20,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
require_dependency 'project'
module RedmineDmsf
module Patches
module ProjectPatch