small includes cleanup

This commit is contained in:
Alexey Rybalchenko
2020-09-23 09:05:12 +02:00
committed by Dennis Klein
parent 6699711e17
commit 71b1866d7b
4 changed files with 11 additions and 10 deletions

View File

@@ -8,14 +8,16 @@
#include "Control.h"
#include <termios.h> // for the interactive mode
#include <poll.h> // for the interactive mode
#include <atomic>
#include <chrono>
#include <csignal> // catching system signals
#include <cstdlib>
#include <functional>
#include <atomic>
#include <iostream>
#include <thread>
#include <chrono>
#include <poll.h> // for the interactive mode
#include <termios.h> // for the interactive mode
using namespace std;