Remove use and reference to event-private.h

This commit is contained in:
Kevin Bowling 2011-01-07 00:34:22 -07:00
parent f964b7215a
commit c13e185914
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#ifdef _EVENT_HAVE_VASPRINTF #ifdef _EVENT_HAVE_VASPRINTF
/* If we have vasprintf, we need to define _GNU_SOURCE before we include /* If we have vasprintf, we need to define _GNU_SOURCE before we include
* stdio.h. This comes from event-private.h. * stdio.h. This comes from evconfig-private.h.
*/ */
#endif #endif

View File

@ -27,7 +27,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "event2/event-config.h" #include "event2/event-config.h"
#include "event-private.h" #include "evconfig-private.h"
#include <sys/types.h> #include <sys/types.h>
#ifdef _EVENT_HAVE_SYS_TIME_H #ifdef _EVENT_HAVE_SYS_TIME_H