Normalize .may_include to always have paths, and paths to include

This commit is contained in:
Nick Mathewson
2018-11-06 20:27:43 -05:00
parent c0a7527eb8
commit e429e31ad1
26 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -12,5 +12,5 @@ lib/testsupport/*.h
lib/thread/*.h
lib/time/*.h
src/ext/timeouts/timeout.c
tor_queue.h
ext/timeouts/timeout.c
ext/tor_queue.h
+2 -1
View File
@@ -80,7 +80,8 @@ struct timeout_cb {
* use 32-bit math. */
#define WHEEL_BIT 5
#endif
#include "src/ext/timeouts/timeout.c"
#include "ext/timeouts/timeout.c"
static struct timeouts *global_timeouts = NULL;
static struct mainloop_event_t *global_timer_event = NULL;
+1 -1
View File
@@ -36,7 +36,7 @@
#include "lib/net/socket.h"
#include "lib/thread/threads.h"
#include "tor_queue.h"
#include "ext/tor_queue.h"
#include <event2/event.h>
#include <string.h>