Browse Source

AP_HAL_Empty: sort include headers

master
Lucas De Marchi 9 years ago committed by Andrew Tridgell
parent
commit
b3a751a199
  1. 14
      libraries/AP_HAL_Empty/AP_HAL_Empty_Private.h

14
libraries/AP_HAL_Empty/AP_HAL_Empty_Private.h

@ -6,19 +6,19 @@
* Only import this header from inside AP_HAL_Empty * Only import this header from inside AP_HAL_Empty
*/ */
#include "UARTDriver.h"
#include "I2CDriver.h"
#include "SPIDriver.h"
#include "AnalogIn.h" #include "AnalogIn.h"
#include "Storage.h"
#include "GPIO.h" #include "GPIO.h"
#include "I2CDriver.h"
#include "OpticalFlow.h"
#include "PrivateMember.h"
#include "RCInput.h" #include "RCInput.h"
#include "RCOutput.h" #include "RCOutput.h"
#include "Semaphores.h"
#include "Scheduler.h" #include "Scheduler.h"
#include "Semaphores.h"
#include "SPIDriver.h"
#include "Storage.h"
#include "UARTDriver.h"
#include "Util.h" #include "Util.h"
#include "OpticalFlow.h"
#include "PrivateMember.h"
#endif // __AP_HAL_EMPTY_PRIVATE_H__ #endif // __AP_HAL_EMPTY_PRIVATE_H__

Loading…
Cancel
Save