From 98b9663e29ebc5a23db392335aef707cf2464487 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 20 Feb 2003 13:23:07 +0000 Subject: the correct way to include rfb.h is now "#include " --- examples/pnmshow24.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/pnmshow24.c') diff --git a/examples/pnmshow24.c b/examples/pnmshow24.c index 7448c65..533c1fb 100644 --- a/examples/pnmshow24.c +++ b/examples/pnmshow24.c @@ -1,6 +1,6 @@ #include -#include "rfb.h" -#include "keysym.h" +#include +#include #ifndef ALLOW24BPP #error "I need the ALLOW24BPP flag to work" -- cgit v1.2.3