ardupilot/libraries/SITL
Caio Marcelo de Oliveira Filho 11b599bcd0 SITL: use #pragma once
For the general case, pragma once is better replacement for of include
guards. One line instead of three, less scopes to close in the end of
the file, no chance to having the outdated names in the define symbol.
2015-10-22 13:36:19 -02:00
..
SIM_Aircraft.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Aircraft.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Balloon.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Balloon.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_CRRCSim.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_CRRCSim.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Gazebo.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Gazebo.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Gimbal.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Gimbal.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Helicopter.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Helicopter.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_JSBSim.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_JSBSim.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Multicopter.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Multicopter.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Rover.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Rover.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_Tracker.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_Tracker.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SIM_last_letter.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SIM_last_letter.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00
SITL.cpp SITL: clean up includes 2015-10-22 13:36:19 -02:00
SITL.h SITL: use #pragma once 2015-10-22 13:36:19 -02:00