|
From: Lasse Kärkkäi. <tr...@us...> - 2011-03-13 00:50:35
|
Author: Lasse Karkkainen <tro...@tr...>
Date: Sat Mar 12 17:30:18 2011 +0100
Remove useless include
---
game/glmath.hh | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/game/glmath.hh b/game/glmath.hh
index 96bc1c3..2f1da54 100644
--- a/game/glmath.hh
+++ b/game/glmath.hh
@@ -5,7 +5,6 @@
#include <cmath>
#include <iomanip>
#include <iostream>
-#include <stdexcept>
#include <sstream>
namespace glmath {
|