diff options
Diffstat (limited to 'inc/jo_lowbat.hpp')
-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); |