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
@@ -37,11 +37,11 @@
|
||||
#include <termios.h>
|
||||
#include <string>
|
||||
|
||||
#include "completeterminal.h"
|
||||
#include "networktransport.h"
|
||||
#include "user.h"
|
||||
#include "shared.h"
|
||||
#include "terminaloverlay.h"
|
||||
#include "src/statesync/completeterminal.h"
|
||||
#include "src/network/networktransport.h"
|
||||
#include "src/statesync/user.h"
|
||||
#include "src/util/shared.h"
|
||||
#include "src/frontend/terminaloverlay.h"
|
||||
|
||||
class STMClient {
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user