|
From: Tapio V. <aa...@us...> - 2010-11-03 17:12:02
|
Module: performous Branch: opengl2 Commit: 3be1edfb5ba87a355f33319bcd91837da6362e26 Author: Vincent Le Ligeour <yo...@us...> Date: Fri Oct 29 11:12:02 2010 +0200 Removed unneeded include --- game/instrumentgraph.cc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/game/instrumentgraph.cc b/game/instrumentgraph.cc index c657636..d8a5580 100644 --- a/game/instrumentgraph.cc +++ b/game/instrumentgraph.cc @@ -1,6 +1,5 @@ #include "instrumentgraph.hh" #include "i18n.hh" -#include "screen.hh" #include "glutil.hh" //const unsigned InstrumentGraph::max_panels = 10; // Maximum number of arrow lines / guitar frets |