summaryrefslogtreecommitdiffstats
path: root/mimelib
diff options
context:
space:
mode:
Diffstat (limited to 'mimelib')
-rw-r--r--mimelib/mimelib/msgcmp.h2
-rw-r--r--mimelib/mimelib/token.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h
index 4c66a2b23..5e5409f9d 100644
--- a/mimelib/mimelib/msgcmp.h
+++ b/mimelib/mimelib/msgcmp.h
@@ -31,7 +31,7 @@
#include <mimelib/string.h>
#endif
-#if defined(__linux__))
+#if defined(__linux__)
#include <iosfwd>
#endif
diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h
index ec52ca849..120ba6d4e 100644
--- a/mimelib/mimelib/token.h
+++ b/mimelib/mimelib/token.h
@@ -51,7 +51,7 @@
// classes are fairly simple and efficient.
// In addition, polymorphism is not needed to use the tokenizer classes.
-#if defined(__linux__))
+#if defined(__linux__)
#include <iosfwd>
#endif