From 1d829c862cf9d7f813f8e7e1a43f0125a4de7220 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 11 Apr 2017 22:00:21 +0200 Subject: Use quotes for non-system includes Automate with: git grep -l '#include /#include "\1"/g' git grep -l '#include /#include "\1"/g' git grep -l '#include /#include "\1"/g' --- Source/cmGraphVizWriter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmGraphVizWriter.cxx') diff --git a/Source/cmGraphVizWriter.cxx b/Source/cmGraphVizWriter.cxx index 0f69aaa465..1fcd3cbde6 100644 --- a/Source/cmGraphVizWriter.cxx +++ b/Source/cmGraphVizWriter.cxx @@ -2,7 +2,7 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmGraphVizWriter.h" -#include +#include "cmConfigure.h" #include #include #include -- cgit v1.2.1