diff --git a/source/network/scripting/JSInterface_Network.cpp b/source/network/scripting/JSInterface_Network.cpp index 46c7ff2aa6..11aab9bfc0 100644 --- a/source/network/scripting/JSInterface_Network.cpp +++ b/source/network/scripting/JSInterface_Network.cpp @@ -27,7 +27,6 @@ #include "network/NetServer.h" #include "network/StunClient.h" #include "ps/CLogger.h" -#include "ps/CStr.h" #include "ps/Game.h" u16 JSI_Network::GetDefaultPort(ScriptInterface::CxPrivate* UNUSED(pCxPrivate)) diff --git a/source/network/scripting/JSInterface_Network.h b/source/network/scripting/JSInterface_Network.h index 0562125444..4b214a72c7 100644 --- a/source/network/scripting/JSInterface_Network.h +++ b/source/network/scripting/JSInterface_Network.h @@ -18,6 +18,7 @@ #ifndef INCLUDED_JSI_NETWORK #define INCLUDED_JSI_NETWORK +#include "ps/CStr.h" #include "scriptinterface/ScriptInterface.h" namespace JSI_Network