From 169321c9e6aebee26c1fe3e6deaf51ce00d7308e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 13 Jan 2009 20:26:37 +0000 Subject: Rename four internal headers to follow the -internal.h convention. svn:r1000 --- evport.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'evport.c') diff --git a/evport.c b/evport.c index 521ffbb6..e4f9bba5 100644 --- a/evport.c +++ b/evport.c @@ -71,9 +71,9 @@ #endif #include "event-internal.h" -#include "log.h" -#include "evsignal.h" -#include "evmap.h" +#include "log-internal.h" +#include "evsignal-internal.h" +#include "evmap-internal.h" /* * Default value for ed_nevents, which is the maximum file descriptor number we -- cgit v1.2.1