You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +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,12 +28,11 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef SCRIPT_EDITOR_DEBUGGER_WEBSOCKET_H
|
||||
#define SCRIPT_EDITOR_DEBUGGER_WEBSOCKET_H
|
||||
|
||||
#include "modules/websocket/websocket_server.h"
|
||||
#ifndef EDITOR_DEBUGGER_SERVER_WEBSOCKET_H
|
||||
#define EDITOR_DEBUGGER_SERVER_WEBSOCKET_H
|
||||
|
||||
#include "editor/debugger/editor_debugger_server.h"
|
||||
#include "modules/websocket/websocket_server.h"
|
||||
|
||||
class EditorDebuggerServerWebSocket : public EditorDebuggerServer {
|
||||
GDCLASS(EditorDebuggerServerWebSocket, EditorDebuggerServer);
|
||||
@@ -59,4 +58,4 @@ public:
|
||||
~EditorDebuggerServerWebSocket();
|
||||
};
|
||||
|
||||
#endif // SCRIPT_EDITOR_DEBUGGER_WEBSOCKET_H
|
||||
#endif // EDITOR_DEBUGGER_SERVER_WEBSOCKET_H
|
||||
|
||||
Reference in New Issue
Block a user