diff options
| author | a1xd <[email protected]> | 2020-08-11 23:15:02 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2020-08-11 23:15:02 -0400 |
| commit | c7f881c86913f309f00f79289b2f3c88ce6919eb (patch) | |
| tree | 7ffc41237725e3ec0e9f53313644365912ded060 /wrapper | |
| parent | add a cooldown on write (one second) (diff) | |
| download | rawaccel-c7f881c86913f309f00f79289b2f3c88ce6919eb.tar.xz rawaccel-c7f881c86913f309f00f79289b2f3c88ce6919eb.zip | |
define exceptions for invalid arg & io errors
Diffstat (limited to 'wrapper')
| -rw-r--r-- | wrapper/wrapper.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wrapper/wrapper.hpp b/wrapper/wrapper.hpp index 22a1b1e..1933ccc 100644 --- a/wrapper/wrapper.hpp +++ b/wrapper/wrapper.hpp @@ -2,9 +2,6 @@ #include <iostream> -#include <rawaccel.hpp> -#include <accel-error.hpp> - #include "wrapper_io.hpp" using namespace rawaccel; |