author | Don Pellegrino <don@drexel.edu> | 2009-07-09 18:45:47 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-07-09 18:45:47 (GMT) |
commit | 2ad900bdd4eda4b2558dd5ca59b0b2942b56decb (patch) (unidiff) | |
tree | b1d323e3a450dfa66b8ec3ee4fe87135d9effdeb | |
parent | 54d19650260ebcf7c6ffcf0a86a98807a81fba15 (diff) | |
download | exp005-2ad900bdd4eda4b2558dd5ca59b0b2942b56decb.zip exp005-2ad900bdd4eda4b2558dd5ca59b0b2942b56decb.tar.gz exp005-2ad900bdd4eda4b2558dd5ca59b0b2942b56decb.tar.bz2 |
Removed unused #include <stdio.h> includes left over from when
debugging printfs were in the code.
-rw-r--r-- | src/controller/exp004display.c | 1 | ||||
-rw-r--r-- | src/controller/exp004mouse.c | 1 | ||||
-rw-r--r-- | src/model/exp004base.sqc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/controller/exp004display.c b/src/controller/exp004display.c index e893ad6..dd9c387 100644 --- a/src/controller/exp004display.c +++ b/src/controller/exp004display.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include "exp004display.h" | 1 | #include "exp004display.h" |
2 | #include "../view/exp004geometry.h" | 2 | #include "../view/exp004geometry.h" |
3 | #include <GL/glut.h> | 3 | #include <GL/glut.h> |
4 | #include <stdio.h> | ||
5 | 4 | ||
6 | #define WINHEIGHT 500 | 5 | #define WINHEIGHT 500 |
7 | 6 | ||
diff --git a/src/controller/exp004mouse.c b/src/controller/exp004mouse.c index 9a556ae..2440c3a 100644 --- a/src/controller/exp004mouse.c +++ b/src/controller/exp004mouse.c | |||
@@ -7,7 +7,6 @@ | |||
7 | #include "../util/check_error.h" | 7 | #include "../util/check_error.h" |
8 | #include "../util/pick_convert.h" | 8 | #include "../util/pick_convert.h" |
9 | #include <GL/glut.h> | 9 | #include <GL/glut.h> |
10 | #include <stdio.h> | ||
11 | #include <math.h> | 10 | #include <math.h> |
12 | 11 | ||
13 | /* | 12 | /* |
diff --git a/src/model/exp004base.sqc b/src/model/exp004base.sqc index a9c94cf..5c2d8d2 100644 --- a/src/model/exp004base.sqc +++ b/src/model/exp004base.sqc | |||
@@ -6,7 +6,6 @@ | |||
6 | #include "../view/exp004state0.h" | 6 | #include "../view/exp004state0.h" |
7 | #include "../util/check_error.h" | 7 | #include "../util/check_error.h" |
8 | #include <GL/glut.h> | 8 | #include <GL/glut.h> |
9 | #include <stdio.h> | ||
10 | #include <string.h> | 9 | #include <string.h> |
11 | #include "sqlca.h" | 10 | #include "sqlca.h" |
12 | extern struct sqlca sqlca; | 11 | extern struct sqlca sqlca; |