aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-09 23:22:41 -0700
committerThomas White <taw@physics.org>2012-02-22 15:27:09 +0100
commit50163809e49b0494d242082f882fee79b6153e38 (patch)
treeae8bbb4982ee6655d84d6326e5a73c64839dc0ea /src
parent95318d269277b1354304a5da4f6fda556e3f4227 (diff)
Remove unneeded headers
Diffstat (limited to 'src')
-rw-r--r--src/mosflm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mosflm.c b/src/mosflm.c
index 072ba4f1..045addae 100644
--- a/src/mosflm.c
+++ b/src/mosflm.c
@@ -20,17 +20,6 @@
#include <stdio.h>
#include <math.h>
#include <string.h>
-#include <unistd.h>
-#include <sys/wait.h>
-#include <fcntl.h>
-#include <assert.h>
-#include <sys/ioctl.h>
-
-#if HAVE_FORKPTY_LINUX
-#include <pty.h>
-#elif HAVE_FORKPTY_BSD
-#include <util.h>
-#endif
#include "image.h"