elocation - only define ebta api support if needed - not needed here...

This commit is contained in:
Carsten Haitzler 2018-11-08 14:50:04 +00:00
parent 882b1796d1
commit 5f24a64968
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,6 @@
#define EFL_BETA_API_SUPPORT
#ifndef EFL_BETA_API_SUPPORT
# define EFL_BETA_API_SUPPORT
#endif
#include "eldbus_geo_clue2_client.h"

View File

@ -1,4 +1,6 @@
#define EFL_BETA_API_SUPPORT
#ifndef EFL_BETA_API_SUPPORT
# define EFL_BETA_API_SUPPORT
#endif
#include "eldbus_geo_clue2_location.h"

View File

@ -1,4 +1,6 @@
#define EFL_BETA_API_SUPPORT
#ifndef EFL_BETA_API_SUPPORT
# define EFL_BETA_API_SUPPORT
#endif
#include "eldbus_geo_clue2_manager.h"