Skip to content
Snippets Groups Projects
Commit 4948248e authored by rswindell's avatar rswindell
Browse files

Optimized #includes.

parent ca95ac68
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@
#include <stdarg.h> /* va_list */
#include "sexyz.h"
#include "crc16.h"
#include "genwrap.h" /* YIELD */
#include "conwrap.h" /* kbhit */
......
......@@ -38,9 +38,7 @@
#ifndef _XMODEM_H_
#define _XMODEM_H_
#include <stdio.h> /* FILE */
#include <sockwrap.h> /* SOCKET */
#include "crc16.h"
#include "gen_defs.h"
#define CPMEOF CTRL_Z /* CP/M End of file (^Z) */
......
......@@ -9,6 +9,8 @@
#ifndef _ZMODEM_H
#define _ZMODEM_H
#include <stdio.h> /* FILE */
/*
* ascii constants
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment