mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
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:
parent
66f416236c
commit
91e3f5ee18
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user