AP_Common: do not include version.h/ap_version.h

The interface provided by each vehicle should be used to get the
version.
This commit is contained in:
Lucas De Marchi 2017-09-12 11:28:42 -07:00
parent 7eba6572ea
commit 54a4a78795
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#include "ap_version.h" // header generated by build system
#include <stdint.h>
#include <GCS_MAVLink/GCS_MAVLink.h>