fix thneed paths

This commit is contained in:
Jason Wen
2025-01-05 06:32:58 -05:00
parent 4b6c94e794
commit 4bdecdec11
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "common/util.h"
#include "common/clutil.h"
#include "common/swaglog.h"
#include "selfdrive/modeld/thneed/thneed.h"
#include "sunnypilot/modeld/thneed/thneed.h"
using namespace json11;
extern map<cl_program, string> g_program_source;
+1 -1
View File
@@ -1,4 +1,4 @@
#include "selfdrive/modeld/thneed/thneed.h"
#include "sunnypilot/modeld/thneed/thneed.h"
#include <cassert>
#include <cstring>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "selfdrive/modeld/thneed/thneed.h"
#include "sunnypilot/modeld/thneed/thneed.h"
#include <cassert>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "selfdrive/modeld/thneed/thneed.h"
#include "sunnypilot/modeld/thneed/thneed.h"
#include <dlfcn.h>
#include <sys/mman.h>