clang-tidy header include order

This commit is contained in:
Erik Frojdh
2019-05-14 17:34:51 +02:00
parent 7314c52c63
commit 24fc5de58d
13 changed files with 18 additions and 18 deletions

View File

@@ -5,8 +5,8 @@
***********************************************/
#include "BinaryFile.h"
#include "receiver_defs.h"
#include "Fifo.h"
#include "receiver_defs.h"
#include <iostream>