diff options
Diffstat (limited to 'include/Input.h')
-rw-r--r-- | include/Input.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Input.h b/include/Input.h index cb1428f..80bd73e 100644 --- a/include/Input.h +++ b/include/Input.h @@ -1,6 +1,5 @@ #ifndef __INPUT_H__ #define __INPUT_H__ -#ifdef __cplusplus #include <sys/types.h> #include <time.h> @@ -36,7 +35,4 @@ class Stdin_t : public Input { extern Stdin_t Stdin; -#else -#error This only works with a C++ compiler -#endif #endif |