summaryrefslogtreecommitdiff
path: root/select.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 /select.c
parent822ca048add2b10f73054914fd0ff7c2bf241661 (diff)
downloadlibevent-169321c9e6aebee26c1fe3e6deaf51ce00d7308e.tar.gz
Rename four internal headers to follow the -internal.h convention.
svn:r1000
Diffstat (limited to 'select.c')
-rw-r--r--select.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/select.c b/select.c
index 31c7598a..bc753237 100644
--- a/select.c
+++ b/select.c
@@ -49,9 +49,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"
#ifndef howmany
#define howmany(x, y) (((x)+((y)-1))/(y))