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:
Jon Trulson
2019-10-25 17:37:58 -06:00
parent 369308b737
commit 31fec7edb5
67 changed files with 72 additions and 94 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
*/
#include <unistd.h>
#include <fcntl.h>
#include "api/c/tt_c.h"
#include "Tt/tt_c.h"
#include "util/tt_trace.h"
#include "util/tt_global_env.h"
#include "util/tt_audit.h"