cpplint: add filter `build/include_subdir` (#29585)
parent
d013f2174a
commit
21da5a216f
35 changed files with 47 additions and 47 deletions
@ -1,10 +1,10 @@ |
||||
#pragma once |
||||
|
||||
#include "runmodel.h" |
||||
#include "snpemodel.h" |
||||
#include "selfdrive/modeld/runners/runmodel.h" |
||||
#include "selfdrive/modeld/runners/snpemodel.h" |
||||
|
||||
#if defined(USE_THNEED) |
||||
#include "thneedmodel.h" |
||||
#include "selfdrive/modeld/runners/thneedmodel.h" |
||||
#elif defined(USE_ONNX_MODEL) |
||||
#include "onnxmodel.h" |
||||
#include "selfdrive/modeld/runners/onnxmodel.h" |
||||
#endif |
||||
|
Loading…
Reference in new issue