summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_resample.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libaf/af_resample.h b/libaf/af_resample.h
index 5f20b2e696..d0aae0bceb 100644
--- a/libaf/af_resample.h
+++ b/libaf/af_resample.h
@@ -14,8 +14,9 @@
only be included by af_resample.c
*/
-#ifndef AF_RESAMPLE_H
-#define AF_RESAMPLE_H
+/* This header intentionally has no multiple inclusion guards. It is meant to
+ * be included multiple times and generates different code depending on the
+ * value of certain #defines. */
#undef L
#undef SHIFT
@@ -162,5 +163,3 @@
s->xi = xi;
s->i = i;
#endif /* DN */
-
-#endif /* AF_RESAMPLE_H */