Skip to content

Commit

Permalink
Remove redundant using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Mar 21, 2024
1 parent 5fe5981 commit ed79cc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions MetadataExtractor/Formats/Jpeg/JpegComponent.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// Copyright (c) Drew Noakes and contributors. All Rights Reserved. Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

#if !NETSTANDARD1_3
using System;
#endif

namespace MetadataExtractor.Formats.Jpeg
{
/// <summary>
Expand Down
2 changes: 0 additions & 2 deletions MetadataExtractor/Formats/Tga/TgaExtensionReader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Drew Noakes and contributors. All Rights Reserved. Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.

using System.Buffers;

namespace MetadataExtractor.Formats.Tga
{
/// <summary>Reads TGA image file extension area.</summary>
Expand Down

0 comments on commit ed79cc0

Please sign in to comment.