From a56a24403e5f0cf7b1042ed7b652ec8fc22f9209 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 3 Jan 2008 23:24:28 +0000 Subject: [PATCH] janitor - be consistent about use of <...> only for system includes --- lib/common/colorprocs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/colorprocs.h b/lib/common/colorprocs.h index a70c63fa5..b8f2a2d58 100644 --- a/lib/common/colorprocs.h +++ b/lib/common/colorprocs.h @@ -17,7 +17,7 @@ #ifndef GV_COLORPROCS_H #define GV_COLORPROCS_H -#include +#include "color.h" #ifdef __cplusplus extern "C" { -- 2.50.1