summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-03-15 13:48:31 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-03-15 13:48:31 +0000
commit6f2fe0af476f6b7827c8ebec3a5de430149b8b9c (patch)
tree32dd0b095b8b69fb09ede757b9ffe66e5f665adb
parentc53be108924ed460aad35bb30c5c88a849bded20 (diff)
downloadnetsurf-6f2fe0af476f6b7827c8ebec3a5de430149b8b9c.tar.gz
netsurf-6f2fe0af476f6b7827c8ebec3a5de430149b8b9c.tar.bz2
Remove unused #includes.
-rw-r--r--framebuffer/gui.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/framebuffer/gui.c b/framebuffer/gui.c
index 09de29e78..ef1d8c68c 100644
--- a/framebuffer/gui.c
+++ b/framebuffer/gui.c
@@ -16,12 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <sys/ioctl.h>
#include <limits.h>
-#include <unistd.h>
#include <getopt.h>
#include <assert.h>
#include <string.h>