Clean up some include problems

This commit is contained in:
Jeremy Rand 2012-07-28 23:50:05 -04:00
parent ec025d166f
commit 64da718115
5 changed files with 6 additions and 7 deletions

View File

@ -6,9 +6,6 @@
//
#include <stdint.h>
#include <stdbool.h>
#include "curtaUI.h"

View File

@ -7,8 +7,6 @@
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include "curtaModel.h"

View File

@ -6,6 +6,10 @@
//
#include <stdint.h>
#include <stdbool.h>
#ifndef _CURTAMODEL_H
#define _CURTAMODEL_H

View File

@ -8,8 +8,6 @@
#include <stdio.h>
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <conio.h>
#include <apple2.h>

View File

@ -6,6 +6,8 @@
//
#include <stdbool.h>
#ifndef _CURTAUI_H
#define _CURTAUI_H