From b03a9e2911c559dd08610d72a5213cedbe828c28 Mon Sep 17 00:00:00 2001 From: mirkix Date: Sat, 10 Jan 2015 22:29:50 +0000 Subject: [PATCH] AP_Notify: ToneAlarm_Linux.h includes itself --- libraries/AP_Notify/ToneAlarm_Linux.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_Notify/ToneAlarm_Linux.h b/libraries/AP_Notify/ToneAlarm_Linux.h index b6dbf38074..e0e85d145c 100644 --- a/libraries/AP_Notify/ToneAlarm_Linux.h +++ b/libraries/AP_Notify/ToneAlarm_Linux.h @@ -18,8 +18,6 @@ #ifndef __TONE_ALARM_Linux_H__ #define __TONE_ALARM_Linux_H__ -#include "ToneAlarm_Linux.h" - #include "NotifyDevice.h" class ToneAlarm_Linux: public NotifyDevice