Skip to content

Commit

Permalink
fixup! print thread names
Browse files Browse the repository at this point in the history
  • Loading branch information
ecolsen7 committed Mar 7, 2024
1 parent 6141af1 commit b2cfbfb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pjmedia/src/pjmedia/conference.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include <pj/log.h>
#include <pj/pool.h>
#include <pj/string.h>
#include <pj/os.h>

#if !defined(PJMEDIA_CONF_USE_SWITCH_BOARD) || PJMEDIA_CONF_USE_SWITCH_BOARD==0

Expand Down
1 change: 0 additions & 1 deletion pjsip/src/pjsua-lib/pjsua_aud.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <pjsua-lib/pjsua.h>
#include <pj/os.h>
#include <pjsua-lib/pjsua_internal.h>

#if defined(PJSUA_MEDIA_HAS_PJMEDIA) && PJSUA_MEDIA_HAS_PJMEDIA != 0
Expand Down
1 change: 0 additions & 1 deletion pjsip/src/pjsua2/media.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <pj/ctype.h>
#include <pj/os.hpp>
#include <pjsua2/media.hpp>
#include <pjsua2/types.hpp>
#include <pjsua2/endpoint.hpp>
Expand Down

0 comments on commit b2cfbfb

Please sign in to comment.