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

@ -7,9 +7,9 @@
#include "DataProcessor.h"
#include "GeneralData.h"
#include "Fifo.h"
#include "BinaryFile.h"
#include "Fifo.h"
#include "GeneralData.h"
#ifdef HDF5C
#include "HDF5File.h"
#endif