From 999f7984e189250216fcd0bbbe1c4c8d1b0c380b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 21 Jun 2018 14:02:11 -0400 Subject: New script to check includes for modularity violations Includes configuration files to enforce these rules on lib and common. Of course, "common" *is* a modularity violation right now, so these rules aren't as strict as I would like them to be. --- src/lib/cc/.may_include | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/lib/cc/.may_include (limited to 'src/lib/cc/.may_include') diff --git a/src/lib/cc/.may_include b/src/lib/cc/.may_include new file mode 100644 index 0000000000..2b06e8519c --- /dev/null +++ b/src/lib/cc/.may_include @@ -0,0 +1 @@ +orconfig.h -- cgit v1.2.3-54-g00ecf