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:
Alex Chernyakhovsky
2023-03-05 17:57:22 -05:00
committed by Alex Chernyakhovsky
parent 62869ae55f
commit 325098ac07
75 changed files with 176 additions and 176 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
also delete it here.
*/
#include "config.h"
#include "src/include/config.h"
#include <string.h>
#include <stdlib.h>
@@ -43,7 +43,7 @@
#include <langinfo.h>
#endif
#include "locale_utils.h"
#include "src/util/locale_utils.h"
const std::string LocaleVar::str( void ) const