X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fclass%2FSystem%2FSystem.Diagnostics%2FPerformanceCounterCategory.cs;h=6a5e13c11c02018b0add09865f34255d745b9ea4;hb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;hp=45a29f3d5c77b1a0066c7dcd568d682f2b09737f;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/System/System.Diagnostics/PerformanceCounterCategory.cs b/mcs/class/System/System.Diagnostics/PerformanceCounterCategory.cs index 45a29f3d5c7..6a5e13c11c0 100644 --- a/mcs/class/System/System.Diagnostics/PerformanceCounterCategory.cs +++ b/mcs/class/System/System.Diagnostics/PerformanceCounterCategory.cs @@ -28,12 +28,11 @@ // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // -using System; -using System.Diagnostics; +using System.Security.Permissions; namespace System.Diagnostics { - + [PermissionSet (SecurityAction.LinkDemand, Unrestricted = true)] public sealed class PerformanceCounterCategory { private string categoryName;