Use full include path (#21194)

pull/21199/head
Dean Lee 4 years ago committed by GitHub
parent 561f3b3191
commit b06b3ecb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/camerad/cameras/camera_qcom2.cc
  2. 2
      selfdrive/camerad/transforms/rgb_to_yuv.cc
  3. 2
      selfdrive/common/swaglog.cc
  4. 2
      selfdrive/common/visionimg.h
  5. 2
      selfdrive/modeld/models/commonmodel.cc
  6. 3
      selfdrive/modeld/models/dmonitoring.cc
  7. 3
      selfdrive/modeld/models/driving.cc
  8. 2
      selfdrive/modeld/runners/onnxmodel.cc
  9. 2
      selfdrive/modeld/runners/thneedmodel.cc
  10. 2
      selfdrive/modeld/transforms/loadyuv.cc
  11. 2
      selfdrive/modeld/transforms/transform.cc
  12. 2
      selfdrive/ui/paint.cc
  13. 3
      selfdrive/ui/qt/maps/map.cc
  14. 3
      selfdrive/ui/qt/maps/map_helpers.cc
  15. 2
      selfdrive/ui/qt/offroad/networking.cc
  16. 2
      selfdrive/ui/qt/offroad/onboarding.cc
  17. 2
      selfdrive/ui/qt/offroad/settings.cc
  18. 2
      selfdrive/ui/qt/offroad/wifiManager.cc
  19. 2
      selfdrive/ui/qt/request_repeater.cc
  20. 2
      selfdrive/ui/qt/setup/setup.cc
  21. 2
      selfdrive/ui/qt/setup/wifi.cc
  22. 2
      selfdrive/ui/qt/spinner.cc
  23. 2
      selfdrive/ui/qt/widgets/controls.cc
  24. 2
      selfdrive/ui/qt/widgets/drive_stats.cc
  25. 2
      selfdrive/ui/qt/widgets/input.cc
  26. 2
      selfdrive/ui/qt/widgets/keyboard.cc
  27. 2
      selfdrive/ui/qt/widgets/offroad_alerts.cc
  28. 2
      selfdrive/ui/qt/widgets/scrollview.cc
  29. 2
      selfdrive/ui/qt/widgets/setup.cc
  30. 2
      selfdrive/ui/qt/widgets/ssh_keys.cc
  31. 2
      selfdrive/ui/qt/widgets/toggle.cc
  32. 2
      selfdrive/ui/qt/window.cc

@ -1,3 +1,5 @@
#include "selfdrive/camerad/cameras/camera_qcom2.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
@ -19,7 +21,6 @@
#include "sensor2_i2c.h" #include "sensor2_i2c.h"
#include "selfdrive/common/swaglog.h" #include "selfdrive/common/swaglog.h"
#include "selfdrive/camerad/cameras/camera_qcom2.h"
#define FRAME_WIDTH 1928 #define FRAME_WIDTH 1928
#define FRAME_HEIGHT 1208 #define FRAME_HEIGHT 1208

@ -1,4 +1,4 @@
#include "rgb_to_yuv.h" #include "selfdrive/camerad/transforms/rgb_to_yuv.h"
#include <assert.h> #include <assert.h>

@ -2,7 +2,7 @@
#define _GNU_SOURCE #define _GNU_SOURCE
#endif #endif
#include "swaglog.h" #include "selfdrive/common/swaglog.h"
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "visionbuf.h" #include "cereal/visionipc/visionbuf.h"
#ifdef __APPLE__ #ifdef __APPLE__
#include <OpenGL/gl3.h> #include <OpenGL/gl3.h>

@ -1,4 +1,4 @@
#include "commonmodel.h" #include "selfdrive/modeld/models/commonmodel.h"
#include <assert.h> #include <assert.h>
#include <math.h> #include <math.h>

@ -1,3 +1,5 @@
#include "selfdrive/modeld/models/dmonitoring.h"
#include <string.h> #include <string.h>
#include "libyuv.h" #include "libyuv.h"
@ -6,7 +8,6 @@
#include "selfdrive/common/params.h" #include "selfdrive/common/params.h"
#include "selfdrive/common/timing.h" #include "selfdrive/common/timing.h"
#include "selfdrive/hardware/hw.h" #include "selfdrive/hardware/hw.h"
#include "selfdrive/modeld/models/dmonitoring.h"
#define MODEL_WIDTH 320 #define MODEL_WIDTH 320
#define MODEL_HEIGHT 640 #define MODEL_HEIGHT 640

@ -1,5 +1,4 @@
#include "selfdrive/modeld/models/driving.h"
#include "driving.h"
#include <assert.h> #include <assert.h>
#include <fcntl.h> #include <fcntl.h>

@ -1,4 +1,4 @@
#include "onnxmodel.h" #include "selfdrive/modeld/runners/onnxmodel.h"
#include <poll.h> #include <poll.h>
#include <signal.h> #include <signal.h>

@ -1,4 +1,4 @@
#include "thneedmodel.h" #include "selfdrive/modeld/runners/thneedmodel.h"
#include <assert.h> #include <assert.h>

@ -1,4 +1,4 @@
#include "loadyuv.h" #include "selfdrive/modeld/transforms/loadyuv.h"
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>

@ -1,4 +1,4 @@
#include "transform.h" #include "selfdrive/modeld/transforms/transform.h"
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>

@ -1,4 +1,4 @@
#include "paint.h" #include "selfdrive/ui/paint.h"
#include <assert.h> #include <assert.h>

@ -1,3 +1,5 @@
#include "selfdrive/ui/qt/maps/map.h"
#include <cmath> #include <cmath>
#include <QDebug> #include <QDebug>
@ -8,7 +10,6 @@
#include "selfdrive/ui/ui.h" #include "selfdrive/ui/ui.h"
#include "selfdrive/ui/qt/util.h" #include "selfdrive/ui/qt/util.h"
#include "selfdrive/ui/qt/maps/map_helpers.h" #include "selfdrive/ui/qt/maps/map_helpers.h"
#include "selfdrive/ui/qt/maps/map.h"
const int PAN_TIMEOUT = 100; const int PAN_TIMEOUT = 100;

@ -1,7 +1,8 @@
#include "selfdrive/ui/qt/maps/map_helpers.h"
#include <QJsonDocument> #include <QJsonDocument>
#include <QJsonObject> #include <QJsonObject>
#include "selfdrive/ui/qt/maps/map_helpers.h"
#include "selfdrive/common/params.h" #include "selfdrive/common/params.h"

@ -1,4 +1,4 @@
#include "networking.h" #include "selfdrive/ui/qt/offroad/networking.h"
#include <QDebug> #include <QDebug>
#include <QHBoxLayout> #include <QHBoxLayout>

@ -1,4 +1,4 @@
#include "onboarding.h" #include "selfdrive/ui/qt/offroad/onboarding.h"
#include <QDesktopWidget> #include <QDesktopWidget>
#include <QLabel> #include <QLabel>

@ -1,4 +1,4 @@
#include "settings.h" #include "selfdrive/ui/qt/offroad/settings.h"
#include <cassert> #include <cassert>
#include <string> #include <string>

@ -1,4 +1,4 @@
#include "wifiManager.h" #include "selfdrive/ui/qt/offroad/wifiManager.h"
#include <stdlib.h> #include <stdlib.h>

@ -1,4 +1,4 @@
#include "request_repeater.h" #include "selfdrive/ui/qt/request_repeater.h"
RequestRepeater::RequestRepeater(QObject *parent, const QString &requestURL, const QString &cacheKey, RequestRepeater::RequestRepeater(QObject *parent, const QString &requestURL, const QString &cacheKey,
int period) : HttpRequest(parent, requestURL, cacheKey) { int period) : HttpRequest(parent, requestURL, cacheKey) {

@ -1,4 +1,4 @@
#include "setup.h" #include "selfdrive/ui/qt/setup/setup.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

@ -1,4 +1,4 @@
#include "wifi.h" #include "selfdrive/ui/qt/setup/wifi.h"
#include <curl/curl.h> #include <curl/curl.h>
#include <stdio.h> #include <stdio.h>

@ -1,4 +1,4 @@
#include "spinner.h" #include "selfdrive/ui/qt/spinner.h"
#include <stdio.h> #include <stdio.h>
#include <iostream> #include <iostream>

@ -1,4 +1,4 @@
#include "controls.h" #include "selfdrive/ui/qt/widgets/controls.h"
QFrame *horizontal_line(QWidget *parent) { QFrame *horizontal_line(QWidget *parent) {
QFrame *line = new QFrame(parent); QFrame *line = new QFrame(parent);

@ -1,4 +1,4 @@
#include "drive_stats.h" #include "selfdrive/ui/qt/widgets/drive_stats.h"
#include <QDebug> #include <QDebug>
#include <QJsonDocument> #include <QJsonDocument>

@ -1,4 +1,4 @@
#include "input.h" #include "selfdrive/ui/qt/widgets/input.h"
#include <QPushButton> #include <QPushButton>

@ -1,4 +1,4 @@
#include "keyboard.h" #include "selfdrive/ui/qt/widgets/keyboard.h"
#include <QButtonGroup> #include <QButtonGroup>
#include <QDebug> #include <QDebug>

@ -1,4 +1,4 @@
#include "offroad_alerts.h" #include "selfdrive/ui/qt/widgets/offroad_alerts.h"
#include <QHBoxLayout> #include <QHBoxLayout>
#include <QJsonDocument> #include <QJsonDocument>

@ -1,4 +1,4 @@
#include "scrollview.h" #include "selfdrive/ui/qt/widgets/scrollview.h"
#include <QScrollBar> #include <QScrollBar>

@ -1,4 +1,4 @@
#include "setup.h" #include "selfdrive/ui/qt/widgets/setup.h"
#include <QDebug> #include <QDebug>
#include <QJsonDocument> #include <QJsonDocument>

@ -1,4 +1,4 @@
#include "ssh_keys.h" #include "selfdrive/ui/qt/widgets/ssh_keys.h"
#include <QHBoxLayout> #include <QHBoxLayout>
#include <QNetworkReply> #include <QNetworkReply>

@ -1,4 +1,4 @@
#include "toggle.h" #include "selfdrive/ui/qt/widgets/toggle.h"
Toggle::Toggle(QWidget *parent) : QAbstractButton(parent), Toggle::Toggle(QWidget *parent) : QAbstractButton(parent),
_height(80), _height(80),

@ -1,4 +1,4 @@
#include "window.h" #include "selfdrive/ui/qt/window.h"
#include "selfdrive/hardware/hw.h" #include "selfdrive/hardware/hw.h"

Loading…
Cancel
Save