From 262f3213e7e8dab2dd69aefb6dea56dd01a0eccd Mon Sep 17 00:00:00 2001 From: Jacob Walser 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 #include // Pilot input handling library #include // Joystick/gamepad button function assignment -#include "../libraries/AP_LeakDetector/AP_LeakDetector.h" // Leak detector +#include // Leak detector #include #include "defines.h" #include "config.h"