Browse Source

rtpengine: remove double #include<>d headers

Дилян Палаузов 2 years ago
parent
commit
8b9fc90db3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/modules/rtpengine/rtpengine.c

+ 0 - 2
src/modules/rtpengine/rtpengine.c

@@ -44,8 +44,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <ifaddrs.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
 
 #include "../../core/flags.h"
 #include "../../core/sr_module.h"