From 83cc05c04634ffb394b5a38cf1e3032e9fc9fc23 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Sat, 7 Aug 1999 23:29:10 +0200 Subject: [PATCH] Oops, made a slight mistake there... Rev: src/post_modules/GL/top.c:1.10 --- src/post_modules/GL/top.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/post_modules/GL/top.c b/src/post_modules/GL/top.c index b3287b174c..a72ebf15ef 100644 --- a/src/post_modules/GL/top.c +++ b/src/post_modules/GL/top.c @@ -1,8 +1,10 @@ /* - * $Id: top.c,v 1.9 1999/08/07 20:52:24 marcus Exp $ + * $Id: top.c,v 1.10 1999/08/07 21:29:10 marcus Exp $ * */ +#include "config.h" + #ifdef HAVE_GL #include <GL/gl.h> @@ -13,9 +15,7 @@ #include "global.h" -#include "config.h" - -RCSID("$Id: top.c,v 1.9 1999/08/07 20:52:24 marcus Exp $"); +RCSID("$Id: top.c,v 1.10 1999/08/07 21:29:10 marcus Exp $"); #include "stralloc.h" #include "pike_macros.h" #include "object.h" -- GitLab