You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Misc cleanup of header includes
Was looking for misuse of module headers without checking that the module is actually enabled and got carried away...
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef SCRIPT_DEBUGGER_WEBSOCKET_H
|
||||
#define SCRIPT_DEBUGGER_WEBSOCKET_H
|
||||
#ifndef REMOTE_DEBUGGER_PEER_WEBSOCKET_H
|
||||
#define REMOTE_DEBUGGER_PEER_WEBSOCKET_H
|
||||
|
||||
#ifdef JAVASCRIPT_ENABLED
|
||||
#include "modules/websocket/emws_client.h"
|
||||
@@ -62,4 +62,4 @@ public:
|
||||
RemoteDebuggerPeerWebSocket(Ref<WebSocketPeer> p_peer = Ref<WebSocketPeer>());
|
||||
};
|
||||
|
||||
#endif // SCRIPT_DEBUGGER_WEBSOCKET_H
|
||||
#endif // REMOTE_DEBUGGER_PEER_WEBSOCKET_H
|
||||
|
||||
Reference in New Issue
Block a user