From d91e8227187e854583e91933527d885f4bb203b7 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 5 Mar 2010 20:12:46 +0000 Subject: [PATCH] One more time: fix includes to removed outdated files --- cmd/smyrna/gltemplate.c | 2 +- cmd/smyrna/gui/appmouse.c | 2 +- cmd/smyrna/gui/callbacks.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/smyrna/gltemplate.c b/cmd/smyrna/gltemplate.c index 4b5b75dac..49bab427d 100755 --- a/cmd/smyrna/gltemplate.c +++ b/cmd/smyrna/gltemplate.c @@ -17,7 +17,7 @@ #include #include #include "gui.h" -#include "beacon.h" +/* #include "beacon.h" */ #include "viewport.h" /* #include "topview.h" */ #include "gltemplate.h" diff --git a/cmd/smyrna/gui/appmouse.c b/cmd/smyrna/gui/appmouse.c index ffe298832..8498ea9ec 100644 --- a/cmd/smyrna/gui/appmouse.c +++ b/cmd/smyrna/gui/appmouse.c @@ -19,7 +19,7 @@ #include "arcball.h" /* #include "topview.h" */ #include "glmotion.h" -#include "beacon.h" +/* #include "beacon.h" */ #include "hotkeymap.h" #include "selectionfuncs.h" diff --git a/cmd/smyrna/gui/callbacks.c b/cmd/smyrna/gui/callbacks.c index a6f045d1e..dd902c11f 100755 --- a/cmd/smyrna/gui/callbacks.c +++ b/cmd/smyrna/gui/callbacks.c @@ -22,7 +22,7 @@ #include "callbacks.h" #include "viewport.h" /* #include "topview.h" */ -#include "selection.h" +#include "selectionfuncs.h" #include "memory.h" //Menu Items -- 2.40.0