diff options
Diffstat (limited to 'sim/rx/main.c')
-rw-r--r-- | sim/rx/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/rx/main.c b/sim/rx/main.c index 1eac603..4a9d3ec 100644 --- a/sim/rx/main.c +++ b/sim/rx/main.c @@ -22,9 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" #include <stdio.h> #include <string.h> -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif #ifdef HAVE_UNISTD_H #include <unistd.h> #endif |