libobs: Fix leaking obs-internal.h

Removes prior attempt to expose libcaption headers which really shouldnt
have public. This instead moves the obs-internal include out of the
public obs-scene.h and into it's implementation.
This commit is contained in:
Kurt Kartaltepe
2021-01-28 18:43:15 -08:00
committed by Jim
parent f12dbc87b8
commit 5efb10a5e2
3 changed files with 1 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
#include "util/util_uint64.h"
#include "graphics/math-defs.h"
#include "obs-scene.h"
#include "obs-internal.h"
const struct obs_source_info group_info;