aboutsummaryrefslogtreecommitdiff
path: root/src/mosflm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mosflm.c')
-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"