Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
c9c23c23
Commit
c9c23c23
authored
Aug 30, 2014
by
Simon Morlat
Browse files
remove unnecessary includes, update ms2
parent
6d57908c
Changes
3
Hide whitespace changes
Inline
Side-by-side
coreapi/call_log.c
View file @
c9c23c23
...
...
@@ -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
"linphonecor
e.h
"
#include
<tim
e.h
>
#include "private.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/*******************************************************************************
...
...
coreapi/linphonecore.c
View file @
c9c23c23
...
...
@@ -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
...
...
mediastreamer2
@
3c16405c
Subproject commit
72e45852e9f52c4acdabed4810d94db44eb8fa61
Subproject commit
3c16405c515e5f49ef39400f7b8593c52fb90e0d
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment