summaryrefslogtreecommitdiffstats
path: root/replace/system/README
diff options
context:
space:
mode:
Diffstat (limited to 'replace/system/README')
-rw-r--r--replace/system/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/replace/system/README b/replace/system/README
new file mode 100644
index 000000000..69a2b80b5
--- /dev/null
+++ b/replace/system/README
@@ -0,0 +1,4 @@
+This directory contains wrappers around logical groups of system
+include files. The idea is to avoid #ifdef blocks in the main code,
+and instead put all the necessary conditional includes in subsystem
+specific header files in this directory.