Logger: cleanup.
This commit is contained in:
parent
dfd0d56ab0
commit
924838ecb4
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue