summaryrefslogtreecommitdiff
path: root/include/Output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Output.h')
-rw-r--r--include/Output.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/Output.h b/include/Output.h
index eb7b8a6..9e83845 100644
--- a/include/Output.h
+++ b/include/Output.h
@@ -1,6 +1,5 @@
#ifndef __OUTPUT_H__
#define __OUTPUT_H__
-#ifdef __cplusplus
#include <sys/types.h>
#include <time.h>
@@ -45,7 +44,4 @@ class Stderr_t : public Handle {
extern Stdout_t Stdout;
extern Stderr_t Stderr;
-#else
-#error This only works with a C++ compiler
-#endif
#endif