diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 00:54:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 00:54:19 +0100 |
commit | 85d99571661e6483bf4ba6814dd4f97f6a39f8c5 (patch) | |
tree | 4621e2f27e4d78d3c5a49a3bbadec88155671b53 /inc | |
parent | Good progress (diff) | |
download | lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.gz lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.bz2 lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.xz lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.zst lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.zip |
Better includes, better Makefile
Diffstat (limited to 'inc')
-rw-r--r-- | inc/jo_lowbat.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/jo_lowbat.hpp b/inc/jo_lowbat.hpp index 9d9dfe8..fd00892 100644 --- a/inc/jo_lowbat.hpp +++ b/inc/jo_lowbat.hpp @@ -1,19 +1,9 @@ #ifndef JO_LOWBAT_HPP #define JO_LOWBAT_HPP -#include <iostream> -#include <cstring> #include <string> -#include <sstream> -#include <thread> -#include <chrono> -#include <memory> -#include <stdexcept> -#include <array> using namespace std; -using namespace this_thread; -using namespace chrono; int jo_notify(const string); int jo_speak (const string); |