Skip to content

Commit

Permalink
Cleaning using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mawtex committed May 26, 2017
1 parent 3c2c3db commit c10e6c4
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Xml.Linq;

using Composite.Functions;
using Composite.Plugins.Functions.WidgetFunctionProviders.StandardWidgetFunctionProvider.DataReference;
using Composite.Plugins.Functions.WidgetFunctionProviders.StandardWidgetFunctionProvider.Foundation;
using Composite.Core.Types;
using Composite.Core.Xml;
using Composite.Core.Logging;
using System.Collections.Generic;


namespace Composite.Plugins.Functions.WidgetFunctionProviders.StandardWidgetFunctionProvider.String
Expand Down

0 comments on commit c10e6c4

Please sign in to comment.