summaryrefslogtreecommitdiff
path: root/poll.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-13 20:26:37 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-13 20:26:37 +0000
commit169321c9e6aebee26c1fe3e6deaf51ce00d7308e (patch)
treef43cc0d695b9f869bc2c909e86a9e678d1508492 /poll.c
parent822ca048add2b10f73054914fd0ff7c2bf241661 (diff)
downloadlibevent-169321c9e6aebee26c1fe3e6deaf51ce00d7308e.tar.gz
Rename four internal headers to follow the -internal.h convention.
svn:r1000
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/poll.c b/poll.c
index a5335398..e2752370 100644
--- a/poll.c
+++ b/poll.c
@@ -47,9 +47,9 @@
#include <assert.h>
#include "event-internal.h"
-#include "evsignal.h"
-#include "log.h"
-#include "evmap.h"
+#include "evsignal-internal.h"
+#include "log-internal.h"
+#include "evmap-internal.h"
struct pollop {
int event_count; /* Highest number alloc */