libfstools: remove superflus include
authorDaniel Golle <daniel@makrotopia.org>
Mon, 8 Mar 2021 00:05:51 +0000 (00:05 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 8 Mar 2021 00:05:51 +0000 (00:05 +0000)
Turns out C header file <stropts.h> is unneeded after all.
Remove it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libfstools/common.h

index eeb24dbd89cdbb851031eaba4215a4790b7434a3..b5cc692261a2e751a1cf41902e637967f4282844 100644 (file)
@@ -11,9 +11,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#ifndef __GLIBC__
-#include <stropts.h>
-#endif
 #include <dirent.h>
 #include <fcntl.h>
 #include <unistd.h>