From 4661e39a2b629fda96c9b902b4a2bbefdd2a6fd0 Mon Sep 17 00:00:00 2001 From: izydorst Date: Fri, 20 Dec 2002 23:25:04 +0000 Subject: [PATCH] tgi/*.h headers were being searched in local, not CC65_INC path git-svn-id: svn://svn.cc65.org/cc65/trunk@1808 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- include/tgi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tgi.h b/include/tgi.h index ba54a83e7..5e39efdfd 100644 --- a/include/tgi.h +++ b/include/tgi.h @@ -39,10 +39,10 @@ #ifndef _TGI_MODE_H -#include "tgi/tgi-mode.h" +#include #endif #ifndef _TGI_ERROR_H -#include "tgi/tgi-error.h" +#include #endif -- 2.39.5