Browse Source

Removed extern C around includes

Paul-Louis Ageneau 5 years ago
parent
commit
fa64b67006
2 changed files with 1 additions and 3 deletions
  1. 1 1
      deps/libjuice
  2. 0 2
      src/icetransport.hpp

+ 1 - 1
deps/libjuice

@@ -1 +1 @@
-Subproject commit 57fa7515e7fb3c1725c638b4697fa747cd1ae315
+Subproject commit d230147d1563e7420de57443ee25c5c70d2caea6

+ 0 - 2
src/icetransport.hpp

@@ -26,13 +26,11 @@
 #include "peerconnection.hpp"
 #include "transport.hpp"
 
-extern "C" {
 #if USE_JUICE
 #include <juice/juice.h>
 #else
 #include <nice/agent.h>
 #endif
-}
 
 #include <atomic>
 #include <chrono>