Logger: cleanup.

This commit is contained in:
Guillaume Jacquemin 2022-11-25 17:10:01 +01:00
parent dfd0d56ab0
commit 924838ecb4
2 changed files with 2 additions and 6 deletions

View File

@ -14,16 +14,10 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#ifdef SAVETOOL_DEBUG_BUILD
#include <iostream>
#endif
#include <mutex>
#include <Corrade/Containers/GrowableArray.h>
#include <Corrade/Utility/Debug.h>
#include <Magnum/Types.h>
#include "Logger.h"
using Containers::Array;

View File

@ -19,7 +19,9 @@
#include <ctime>
#include <mutex>
#ifndef SAVETOOL_DEBUG_BUILD
#include <fstream>
#endif
#include <Corrade/Containers/String.h>
#include <Corrade/Containers/ArrayView.h>