summaryrefslogtreecommitdiff
path: root/include/ReadJob.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ReadJob.h')
-rw-r--r--include/ReadJob.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ReadJob.h b/include/ReadJob.h
index 7d4bfc7..d861aff 100644
--- a/include/ReadJob.h
+++ b/include/ReadJob.h
@@ -1,6 +1,5 @@
#ifndef __READJOB_H__
#define __READJOB_H__
-#ifdef __cplusplus
#include <Task.h>
#include <Handle.h>
@@ -18,7 +17,4 @@ class ReadJob : public Task {
const Regex * regex;
};
-#else
-#error This only works with a C++ compiler
-#endif
#endif