Rename obs-data.h to obs-internal.h

Renaming obs-data.h to avoid confusion about its usage
This commit is contained in:
jp9000
2014-01-26 18:48:14 -07:00
parent a5372e9757
commit 563613db8f
13 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
******************************************************************************/
#include "obs.h"
#include "obs-data.h"
#include "obs-internal.h"
#include "graphics/vec4.h"
static void tick_sources(uint64_t cur_time, uint64_t *last_time)