tt: Fixup tt build for new includes locations
Some files were trying to access the global includes directy in the build area with things like #include <api/c/tt_c.h>, which is now wrong. Se we fix all of those up. tt_c.h and tttk.h are now global, so we no longer need to root around various build dirs to find them. TT builds again.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include "api/c/tt_c.h"
|
||||
#include "Tt/tt_c.h"
|
||||
#include "util/copyright.h"
|
||||
#include "util/tt_gettext.h"
|
||||
#include "tttar_utils.h"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#ifndef _ARCHIVER_H
|
||||
#define _ARCHIVER_H
|
||||
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_string.h>
|
||||
#include "tttar_string_map.h"
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#endif
|
||||
#include <sys/param.h>
|
||||
#include "api/c/api_api.h"
|
||||
#include "api/c/tt_c.h"
|
||||
#include "Tt/tt_c.h"
|
||||
#include "util/tt_path.h"
|
||||
#include "util/tt_gettext.h"
|
||||
#include "tttar_utils.h"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#else
|
||||
#include <osfcn.h>
|
||||
#endif
|
||||
#include "api/c/tt_c.h"
|
||||
#include "Tt/tt_c.h"
|
||||
#include "util/tt_iostream.h"
|
||||
#include "tttar_utils.h"
|
||||
#include "tttar_spec.h"
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_enumname.h>
|
||||
#include "tttar_utils.h"
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
#ifndef _LSTAR_UTILS_H
|
||||
#define _LSTAR_UTILS_H
|
||||
|
||||
#include <api/c/tt_c.h>
|
||||
#include <Tt/tt_c.h>
|
||||
#include <util/tt_string.h>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user