Skip to content
Commit 212b510e authored by Vincent PINON's avatar Vincent PINON
Browse files

krazy fix: include config*.h in brackets

git grep -l '#include "config.*\.h"' \
| xargs sed -i 's/#include "\(config.*\.h\)"/#include <\1>/'
parent 6e57fc99
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