summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/nxt_main.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h
index 54e414d4..22f39a59 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -43,7 +43,7 @@ typedef struct nxt_log_s nxt_log_t;
/* TODO: remove unused */
-typedef struct nxt_event_fd_s nxt_event_fd_t;
+typedef struct nxt_fd_event_s nxt_fd_event_t;
typedef struct nxt_sockaddr_s nxt_sockaddr_t;
@@ -118,7 +118,7 @@ nxt_thread_extern_data(nxt_thread_t, nxt_thread_context);
#include <nxt_thread_log.h>
-#include <nxt_event_fd.h>
+#include <nxt_fd_event.h>
#include <nxt_port_socket.h>
#if (NXT_THREADS)
@@ -131,10 +131,7 @@ typedef void (*nxt_event_conn_handler_t)(nxt_thread_t *thr,
#include <nxt_listen_socket.h>
#include <nxt_event_conn.h>
-
#include <nxt_event_file.h>
-
-#include <nxt_event_set.h>
#include <nxt_event_engine.h>
#include <nxt_job.h>