Browse Source

MT#55447 remove unneeded include

This include only serves to define one type, which is used only as a
pointer. Use an empty typedef declaration instead.

Change-Id: I7d2cc8b97303b9363a5bfe363fffeea09ee56686
pull/1558/head
Richard Fuchs 3 years ago
parent
commit
ced1467cd2
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      lib/rtplib.h

+ 5
- 1
lib/rtplib.h View File

@ -3,7 +3,11 @@
#include <stdint.h>
#include "str.h"
#include "codeclib.h"
struct codec_def_s;
typedef struct codec_def_s codec_def_t;
struct rtp_header {


Loading…
Cancel
Save