fixed includes order

This commit is contained in:
Devaev Maxim
2019-06-28 05:00:49 +03:00
parent 32013a6360
commit da3a3adc65
14 changed files with 28 additions and 18 deletions

View File

@@ -20,6 +20,8 @@
*****************************************************************************/
#include "stream.h"
#include <stdbool.h>
#include <stdatomic.h>
#include <unistd.h>
@@ -36,7 +38,6 @@
#include "xioctl.h"
#include "device.h"
#include "encoder.h"
#include "stream.h"
#ifdef WITH_WORKERS_GPIO_DEBUG
# include <wiringPi.h>