18 files changed, 106 insertions, 47 deletions
diff --git a/src/controller/exp004reshape.c b/src/controller/exp004reshape.c index 891de08..a127e46 100644 --- a/src/controller/exp004reshape.c +++ b/src/controller/exp004reshape.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "exp004reshape.h" | 1 | #include "exp004reshape.h" |
2 | #include "set_ortho.h" | 2 | #include "set_ortho.h" |
3 | #include "../view/exp004state0.h" | 3 | #include "../view/exp004state0.h" |
4 | #include "../model/density_legend_geometry.h" | 4 | #include "../model/geometry/density_legend_geometry.h" |
5 | #include <GL/glut.h> | 5 | #include <GL/glut.h> |
6 | 6 | ||
7 | #define S exp004state0 | 7 | #define S exp004state0 |