|
From: Yoda-JM <yo...@us...> - 2009-09-06 21:39:47
|
Module: performous Branch: master Commit: 2e602027bef398eafdb160608c312bdf120cb3db Author: Vincent Le Ligeour <yo...@us...> Date: Sun Sep 6 23:39:23 2009 +0200 Removed one more include --- game/songs.cc | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/game/songs.cc b/game/songs.cc index a6c3bfe..3914aa7 100644 --- a/game/songs.cc +++ b/game/songs.cc @@ -2,13 +2,11 @@ #include "configuration.hh" #include "fs.hh" -#include "screen.hh" #include <boost/bind.hpp> #include <boost/format.hpp> #include <boost/lexical_cast.hpp> #include <boost/regex.hpp> #include <libxml++/libxml++.h> -// #include <tr1/random> #include <cstdlib> #include <algorithm> #include <fstream> |