Browse Source

tap_esc: removed unnecessary includes

sbg
alessandro 7 years ago committed by Beat Küng
parent
commit
edf6f6c97a
  1. 3
      src/drivers/tap_esc/tap_esc.cpp

3
src/drivers/tap_esc/tap_esc.cpp

@ -39,11 +39,10 @@
#include <px4_getopt.h> #include <px4_getopt.h>
#include <px4_posix.h> #include <px4_posix.h>
#include <errno.h> #include <errno.h>
#include <termios.h>
#include <cmath> // NAN #include <cmath> // NAN
#include <lib/mathlib/mathlib.h> #include <lib/mathlib/mathlib.h>
#include <systemlib/px4_macros.h>
#include <drivers/device/device.h> #include <drivers/device/device.h>
#include <px4_module_params.h> #include <px4_module_params.h>
#include <uORB/uORB.h> #include <uORB/uORB.h>

Loading…
Cancel
Save