summaryrefslogtreecommitdiff
path: root/src/core/or/scheduler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/or/scheduler.c')
-rw-r--r--src/core/or/scheduler.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/core/or/scheduler.c b/src/core/or/scheduler.c
index 0e3f0fe815..a3869c7ae3 100644
--- a/src/core/or/scheduler.c
+++ b/src/core/or/scheduler.c
@@ -1,18 +1,17 @@
-/* Copyright (c) 2013-2019, The Tor Project, Inc. */
+/* Copyright (c) 2013-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#include "core/or/or.h"
#include "app/config/config.h"
#include "lib/evloop/compat_libevent.h"
-#define SCHEDULER_PRIVATE_
+#define SCHEDULER_PRIVATE
#define SCHEDULER_KIST_PRIVATE
#include "core/or/scheduler.h"
#include "core/mainloop/mainloop.h"
#include "lib/buf/buffers.h"
-#define TOR_CHANNEL_INTERNAL_
+#define CHANNEL_OBJECT_PRIVATE
#include "core/or/channeltls.h"
-#include "lib/evloop/compat_libevent.h"
#include "core/or/or_connection_st.h"