summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/XvMC.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/XvMC.c b/src/XvMC.c
index 09e118f..5cc8b77 100644
--- a/src/XvMC.c
+++ b/src/XvMC.c
@@ -4,13 +4,8 @@
#include <stdio.h>
#include "XvMClibint.h"
#ifdef HAVE_SHMAT
-#ifndef Lynx
#include <sys/ipc.h>
#include <sys/shm.h>
-#else
-#include <ipc.h>
-#include <shm.h>
-#endif /* Lynx */
#endif /* HAVE_SHMAT */
#include <unistd.h>
#include <sys/time.h>