mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
remove unnecessary includes, update ms2
This commit is contained in:
parent
6d57908ce2
commit
c9c23c2318
3 changed files with 3 additions and 9 deletions
|
|
@ -17,13 +17,10 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#define _XOPEN_SOURCE 700 /*required for strptime of GNU libc*/
|
||||
|
||||
#include "linphonecore.h"
|
||||
#include <time.h>
|
||||
#include "private.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ along with this program; if not, write to the Free Software
|
|||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "linphonecore.h"
|
||||
#include "sipsetup.h"
|
||||
#include "lpconfig.h"
|
||||
|
|
@ -41,7 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include "liblinphone_gitversion.h"
|
||||
#else
|
||||
#ifndef LIBLINPHONE_GIT_VERSION
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 72e45852e9f52c4acdabed4810d94db44eb8fa61
|
||||
Subproject commit 3c16405c515e5f49ef39400f7b8593c52fb90e0d
|
||||
Loading…
Add table
Reference in a new issue