diff options
Diffstat (limited to 'hw/fdc.c')
| -rw-r--r-- | hw/fdc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/fdc.c b/hw/fdc.c index 97ac51c402..7d7837b99e 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -21,11 +21,6 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <inttypes.h> - #include "vl.h" /********************************************************/ |