chore: avoid unused directive (#965)

This commit is contained in:
Aireil 2022-08-23 14:03:37 +02:00 committed by GitHub
parent c46cb36549
commit 3d8b410571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
using System;
using System.Collections.Generic;
#if !DEBUG
using Dalamud.Configuration.Internal;
#endif
using Serilog;
namespace Dalamud.Game.Internal