aboutsummaryrefslogtreecommitdiff
path: root/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c')
-rw-r--r--graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c b/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c
deleted file mode 100644
index 16fbfb15078b..000000000000
--- a/graphics/freeglut/files/patch-progs::demos::Lorenz::lorenz.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- progs/demos/Lorenz/lorenz.c.orig Thu Dec 11 02:32:08 2003
-+++ progs/demos/Lorenz/lorenz.c Sat Dec 13 10:19:26 2003
-@@ -32,7 +32,7 @@
- #include <string.h>
- #include <math.h>
- #include <time.h>
--#include <GL/freeglut.h>
-+#include "../../../include/GL/freeglut.h"
- #ifdef WIN32
- #include <crtdbg.h> // DUMP MEMORY LEAKS
- #endif