Skip to content

Commit

Permalink
Header sorting for flib_tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
oTTer-Chief committed Mar 24, 2016
1 parent 6bb5ef2 commit 9080e09
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 23 deletions.
1 change: 0 additions & 1 deletion app/flib_tools/.clang-format
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
BasedOnStyle: LLVM
PointerAlignment: Left
BinPackParameters: false
SortIncludes: false
9 changes: 4 additions & 5 deletions app/flib_tools/en_readout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
*
*/

#include <iostream>
#include "flib.h"
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <errno.h>
#include <iostream>
#include <limits.h>
#include <stdint.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdint.h>
#include <csignal>

#include <flib.h>

using namespace flib;

Expand Down
5 changes: 2 additions & 3 deletions app/flib_tools/flib_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
*
*/

#include "flib.h"
#include "device_operator.hpp"
#include <iostream>

#include <flib.h>
#include <device_operator.hpp>

using namespace flib;

int main() {
Expand Down
15 changes: 6 additions & 9 deletions app/flib_tools/simple_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@

// Simpel example application initializing a FLIB for date transfer

#include <iostream>
#include "flib.h"
#include "log.hpp"
#include "mc_functions.h"
#include <csignal>
#include <unistd.h>

#include <flib.h>
#include <log.hpp>

#include <stdlib.h>
#include <iostream>
#include <malloc.h>

#include "mc_functions.h"
#include <stdlib.h>
#include <unistd.h>

#ifndef PAGE_SIZE
#define PAGE_SIZE sysconf(_SC_PAGESIZE)
Expand Down
9 changes: 4 additions & 5 deletions app/flib_tools/test_rf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
*
*/

#include <iostream>
#include "flib.h"
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <errno.h>
#include <iostream>
#include <limits.h>
#include <stdint.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdint.h>
#include <csignal>

#include <flib.h>

using namespace flib;

Expand Down

0 comments on commit 9080e09

Please sign in to comment.