update include .h code

This commit is contained in:
vcaesar 2019-01-02 13:05:11 -04:00
parent 4c627771c2
commit b1974fbf5b
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#define BMP_IO_H
#include "MMBitmap.h"
#include "io.h"
#include "file_io.h"
enum _BMPReadError {
kBMPGenericError = 0,

View File

@ -1,4 +1,4 @@
#include "io.h"
#include "file_io.h"
#include "os.h"
#include "bmp_io.h"
#include "png_io.h"

View File

@ -3,7 +3,7 @@
#define PASTEBOARD_H
#include "MMBitmap.h"
#include "io.h"
#include "file_io.h"
enum _MMBitmapPasteError {
kMMPasteNoError = 0,

View File

@ -3,7 +3,7 @@
#define STR_IO_H
#include "MMBitmap.h"
#include "io.h"
#include "file_io.h"
#include <stdint.h>