summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--agent/agent-priv.h1
-rw-r--r--agent/agent.h1
-rw-r--r--nice/nice.h3
-rw-r--r--random/Makefile.am2
4 files changed, 1 insertions, 6 deletions
diff --git a/agent/agent-priv.h b/agent/agent-priv.h
index 0dc59d0..abf855f 100644
--- a/agent/agent-priv.h
+++ b/agent/agent-priv.h
@@ -44,6 +44,7 @@
#include <glib.h>
#include "agent.h"
+#include "socket.h"
#include "candidate.h"
#include "stream.h"
#include "conncheck.h"
diff --git a/agent/agent.h b/agent/agent.h
index faf48b1..f9d68db 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -43,7 +43,6 @@
typedef struct _NiceAgent NiceAgent;
-#include "socket.h"
#include "address.h"
#include "candidate.h"
#include "debug.h"
diff --git a/nice/nice.h b/nice/nice.h
index 77b0ae5..33c54a8 100644
--- a/nice/nice.h
+++ b/nice/nice.h
@@ -38,10 +38,7 @@
#ifndef _NICE_H
#define _NICE_H
-#include "socket.h"
#include "agent.h"
-#include "random.h"
-#include "random-glib.h"
#endif /* _NICE_H */
diff --git a/random/Makefile.am b/random/Makefile.am
index 0f97521..151dbf8 100644
--- a/random/Makefile.am
+++ b/random/Makefile.am
@@ -24,5 +24,3 @@ test_LDADD = $(GLIB_LIBS) librandom.la
TESTS = $(check_PROGRAMS)
-pkginclude_HEADERS = random.h random-glib.h
-