EventHandler: Remove platform include

Already included by obs-websocket.h, but does not have ifdefs
protecting strtoll. Better to just remove it.
This commit is contained in:
tt2468 2021-12-21 17:19:08 -08:00
parent 66f416236c
commit 91e3f5ee18

View File

@ -22,7 +22,6 @@ with this program. If not, see <https://www.gnu.org/licenses/>
#include <atomic>
#include <obs.hpp>
#include <obs-frontend-api.h>
#include <util/platform.h>
#include "types/EventSubscription.h"
#include "../obs-websocket.h"