diff options
Diffstat (limited to 'src/htsrobots.c')
-rw-r--r-- | src/htsrobots.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/htsrobots.c b/src/htsrobots.c index 58e97fb..5ca7640 100644 --- a/src/htsrobots.c +++ b/src/htsrobots.c @@ -35,15 +35,14 @@ Please visit our Website: http://www.httrack.com /* Author: Xavier Roche */ /* ------------------------------------------------------------ */ +/* Internal engine bytecode */ +#define HTS_INTERNAL_BYTECODE #include "htsrobots.h" /* specific definitions */ #include "htsbase.h" #include "htslib.h" -#include <stdio.h> -#include <stdlib.h> -#include <string.h> /* END specific definitions */ |