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

@@ -18,7 +18,7 @@
#include "callback/calldata.h"
#include "obs.h"
#include "obs-data.h"
#include "obs-internal.h"
#include "obs-module.h"
struct obs_subsystem *obs = NULL;