diff --git a/sw/airborne/subsystems/ahrs.h b/sw/airborne/subsystems/ahrs.h index 7d358b9288..1db3f55b4e 100644 --- a/sw/airborne/subsystems/ahrs.h +++ b/sw/airborne/subsystems/ahrs.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008-2010 The Paparazzi Team * * This file is part of paparazzi. @@ -27,8 +25,6 @@ #include "std.h" #include "math/pprz_algebra_int.h" #include "math/pprz_algebra_float.h" -// FIXME : this should no be needed here -//#include "subsystems/ahrs/ahrs_aligner.h" #define AHRS_UNINIT 0 #define AHRS_RUNNING 1 diff --git a/sw/airborne/subsystems/ahrs/ahrs_float_cmpl_rmat.c b/sw/airborne/subsystems/ahrs/ahrs_float_cmpl_rmat.c index 71fa6a5af7..5979a38246 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_float_cmpl_rmat.c +++ b/sw/airborne/subsystems/ahrs/ahrs_float_cmpl_rmat.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2010 The Paparazzi Team * * This file is part of paparazzi. diff --git a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.c b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.c index a3ee9a7abc..8b7b7b5d9a 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.c +++ b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008-2011 The Paparazzi Team * * This file is part of paparazzi. diff --git a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.h b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.h index 4671621d26..faabe79bb6 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.h +++ b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2011 The Paparazzi Team * * This file is part of paparazzi. diff --git a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.c b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.c index 2ffca07eca..12d6926b48 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.c +++ b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008-2010 The Paparazzi Team * * This file is part of paparazzi. diff --git a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.h b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.h index f2a5e74b6b..d707cfe6c2 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.h +++ b/sw/airborne/subsystems/ahrs/ahrs_int_cmpl_euler.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2008-2010 The Paparazzi Team * * This file is part of paparazzi.