Commit a9c2fe74 authored by Youness Alaoui's avatar Youness Alaoui

No need to include random.h from agent.h

parent dd9976d9
...@@ -46,7 +46,6 @@ typedef struct _NiceAgent NiceAgent; ...@@ -46,7 +46,6 @@ typedef struct _NiceAgent NiceAgent;
#include "socket.h" #include "socket.h"
#include "address.h" #include "address.h"
#include "candidate.h" #include "candidate.h"
#include "random.h"
#include "debug.h" #include "debug.h"
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include <glib.h> #include <glib.h>
#include "component.h" #include "component.h"
#include "random.h"
G_BEGIN_DECLS G_BEGIN_DECLS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment