From 610e431f91220358fe90a7b225a648e4317c6a64 Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 14 Dec 1999 08:47:42 +0000 Subject: -Wall. Reviewed/approved by: sos --- share/examples/libvgl/demo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/examples/libvgl') diff --git a/share/examples/libvgl/demo.c b/share/examples/libvgl/demo.c index f2a28d3..ace1b94 100644 --- a/share/examples/libvgl/demo.c +++ b/share/examples/libvgl/demo.c @@ -30,12 +30,12 @@ #include #include -#include "vgl.h" +#include int main(int argc, char **argv) { - int x, y, xsize, ysize, i,j; + int y, xsize, ysize, i,j; VGLBitmap *tmp; // set graphics mode, here 320x240 256 colors -- cgit v1.1