Skip to content

Commit

Permalink
Fix: wrong (and useless) inclusion of MARS.Core.MessageBodyWriters in…
Browse files Browse the repository at this point in the history
… MARS.Core.Activation (causes compilation of packages to fail as MARS.Core.MessageBodyWriters gets included in MARS.Core before than in MARS.ReadersAndWriters)
  • Loading branch information
andrea-magni committed Dec 7, 2018
1 parent 3350394 commit c7f3355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MARS.Core.Activation.pas
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ implementation
TypInfo
, MARS.Core.Attributes, MARS.Core.Response, MARS.Core.MessageBodyReader
, MARS.Core.Exceptions, MARS.Core.Utils, MARS.Utils.Parameters, MARS.Rtti.Utils
, MARS.Core.Injection, MARS.Core.Activation.InjectionService, MARS.Core.MessageBodyWriters
, MARS.Core.Injection, MARS.Core.Activation.InjectionService
;

{ TMARSActivation }
Expand Down

0 comments on commit c7f3355

Please sign in to comment.