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
+3
-3
@@ -30,7 +30,7 @@
|
||||
also delete it here.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "src/include/config.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
@@ -52,8 +52,8 @@
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
|
||||
#include "pty_compat.h"
|
||||
#include "swrite.h"
|
||||
#include "src/util/pty_compat.h"
|
||||
#include "src/util/swrite.h"
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user