Commit 5746d35b authored by Tim Wickberg's avatar Tim Wickberg Committed by Danny Auble
Browse files

Remove #include "config.h" from files that have no #ifdef blocks.

Found semi-automatically with:
for a in $( for i in $(grep -r \"config.h\"|cut -f 1 -d : ) ; \
do echo -n "$i "; grep '#if' $i | wc -l  ; done \
|grep \ 0 |cut -f 1 -d ' ' ) ; do vim $a ; done
parent b7dbb613
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment