posix.h: remove duplicate stdint.h include

This commit is contained in:
Matthias Grob 2020-03-12 18:46:10 +01:00 committed by Nuno Marques
parent 69b38c9ced
commit 2dccc0dcfc

View File

@ -44,7 +44,6 @@
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdint.h>
#if defined(__PX4_QURT)
#include <dspal_types.h>