]> granicus.if.org Git - graphviz/commitdiff
janitor - be consistent about use of <...> only for system includes
authorellson <devnull@localhost>
Thu, 3 Jan 2008 23:24:28 +0000 (23:24 +0000)
committerellson <devnull@localhost>
Thu, 3 Jan 2008 23:24:28 +0000 (23:24 +0000)
lib/common/colxlate.c

index fb3853826170d778e70be5c79a9727817d49559c..bdcc4c3be8bf350e440d2d365fbc36076cf61c03 100644 (file)
@@ -17,7 +17,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #ifdef WIN32
-#include <compat.h>
+#include "compat.h"
 #endif
 #include <string.h>
 #include <ctype.h>