From 262f3213e7e8dab2dd69aefb6dea56dd01a0eccd Mon Sep 17 00:00:00 2001
From: Jacob Walser <jwalser90@gmail.com>
Date: Tue, 28 Feb 2017 16:55:00 -0500
Subject: [PATCH] Sub: Ditch relative include path

---
 ArduSub/Sub.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ArduSub/Sub.h b/ArduSub/Sub.h
index e2cf05470a..ac143c231e 100644
--- a/ArduSub/Sub.h
+++ b/ArduSub/Sub.h
@@ -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"
-- 
GitLab