summaryrefslogtreecommitdiff
path: root/include/InPipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/InPipe.h')
-rw-r--r--include/InPipe.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/InPipe.h b/include/InPipe.h
index fa14868..2828da3 100644
--- a/include/InPipe.h
+++ b/include/InPipe.h
@@ -1,6 +1,5 @@
#ifndef __INPIPE_H__
#define __INPIPE_H__
-#ifdef __cplusplus
#include <Handle.h>
@@ -17,7 +16,4 @@ class InPipe : public Handle {
int p[2], hooked;
};
-#else
-#error This only works with a C++ compiler
-#endif
#endif