Skip to content
Snippets Groups Projects
Commit 8aefc035 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove unused header file sys/redox.h

parent 1ce61efb
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ diff -rupNw source-original/src/video/orbital/SDL_orbitalmouse_c.h source/src/vi ...@@ -373,7 +373,7 @@ diff -rupNw source-original/src/video/orbital/SDL_orbitalmouse_c.h source/src/vi
diff -rupNw source-original/src/video/orbital/SDL_orbitalvideo.c source/src/video/orbital/SDL_orbitalvideo.c diff -rupNw source-original/src/video/orbital/SDL_orbitalvideo.c source/src/video/orbital/SDL_orbitalvideo.c
--- source-original/src/video/orbital/SDL_orbitalvideo.c 1970-01-01 01:00:00.000000000 +0100 --- source-original/src/video/orbital/SDL_orbitalvideo.c 1970-01-01 01:00:00.000000000 +0100
+++ source/src/video/orbital/SDL_orbitalvideo.c 2018-05-01 17:32:53.000320923 +0200 +++ source/src/video/orbital/SDL_orbitalvideo.c 2018-05-01 17:32:53.000320923 +0200
@@ -0,0 +1,250 @@ @@ -0,0 +1,249 @@
+/* +/*
+ SDL - Simple DirectMedia Layer + SDL - Simple DirectMedia Layer
+ Copyright (C) 1997-2012 Sam Lantinga + Copyright (C) 1997-2012 Sam Lantinga
...@@ -419,7 +419,6 @@ diff -rupNw source-original/src/video/orbital/SDL_orbitalvideo.c source/src/vide ...@@ -419,7 +419,6 @@ diff -rupNw source-original/src/video/orbital/SDL_orbitalvideo.c source/src/vide
+#include <fcntl.h> +#include <fcntl.h>
+#include <sys/types.h> +#include <sys/types.h>
+#include <sys/stat.h> +#include <sys/stat.h>
+#include <sys/redox.h>
+#include <unistd.h> +#include <unistd.h>
+ +
+#define ORBITALVID_DRIVER_NAME "orbital" +#define ORBITALVID_DRIVER_NAME "orbital"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment