Skip to content

Commit cf08ad3

Browse files
committed
Removed DEBUG_ENABLED preventing from compile in release mode.
1 parent 9406e21 commit cf08ad3

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

core/scene_synchronizer_debugger.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include "../data_buffer.h"
1212
#include "../scene_synchronizer.h"
1313
#include "net_utilities.h"
14-
#include "network_interface.h"
15-
#include <string>
1614

1715
#endif
1816

core/scene_synchronizer_debugger.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
#pragma once
22

3-
#ifdef DEBUG_ENABLED
4-
5-
#include "core/string/ustring.h"
6-
73
#include "core.h"
8-
#include <string>
9-
10-
#endif
11-
4+
#include "core/string/ustring.h"
125
#include "json.hpp"
136

147
namespace NS {

0 commit comments

Comments
 (0)