Switch to fully-qualified #include
Previously, mosh used extensive -I flags and all of the mosh-local makes it really hard to tell what the proper dependency graph is, so instead remove the -I arguments in favvor of $(top_srcdir) and qualify the paths wherever they are used.
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
62869ae55f
commit
325098ac07
+2
-2
@@ -39,8 +39,8 @@
|
||||
#include <sys/select.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "fatal_assert.h"
|
||||
#include "timestamp.h"
|
||||
#include "src/util/fatal_assert.h"
|
||||
#include "src/util/timestamp.h"
|
||||
|
||||
/* Convenience wrapper for pselect(2).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user