diff options
Diffstat (limited to 'strings/conf_to_src.c')
-rw-r--r-- | strings/conf_to_src.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/strings/conf_to_src.c b/strings/conf_to_src.c index b21740f9dbb..d5ffa15ee0c 100644 --- a/strings/conf_to_src.c +++ b/strings/conf_to_src.c @@ -14,18 +14,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <ctype.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <unistd.h> -#include <fcntl.h> - #include <my_global.h> +#include <m_string.h> #include <m_ctype.h> +#include <fcntl.h> #include <my_xml.h> - #define ROW_LEN 16 #define ROW16_LEN 8 #define MAX_BUF 16*1024 |