Skip to content
Snippets Groups Projects
Commit 262f3213 authored by Jacob Walser's avatar Jacob Walser
Browse files

Sub: Ditch relative include path

parent 8afb7fc9
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@
#include <AP_Terrain/AP_Terrain.h>
#include <AC_InputManager/AC_InputManager.h> // Pilot input handling library
#include <AP_JSButton/AP_JSButton.h> // Joystick/gamepad button function assignment
#include "../libraries/AP_LeakDetector/AP_LeakDetector.h" // Leak detector
#include <AP_LeakDetector/AP_LeakDetector.h> // Leak detector
#include <AP_TemperatureSensor/TSYS01.h>
#include "defines.h"
#include "config.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment