summaryrefslogtreecommitdiff
path: root/ios/document.h
diff options
context:
space:
mode:
Diffstat (limited to 'ios/document.h')
-rw-r--r--ios/document.h20
1 files changed, 2 insertions, 18 deletions
diff --git a/ios/document.h b/ios/document.h
index 0003070e..b4555578 100644
--- a/ios/document.h
+++ b/ios/document.h
@@ -1,21 +1,5 @@
-#ifndef _DOCUMENT_H_
-#define _DOCUMENT_H_
-
-#ifndef _FITZ_H_
-#error "fitz.h must be included before document.h"
-#endif
-
-#ifndef _MUPDF_H_
-#error "mupdf.h must be included before document.h"
-#endif
-
-#ifndef _MUXPS_H_
-#error "muxps.h must be included before document.h"
-#endif
-
-#ifndef _MUCBZ_H_
-#error "mucbz.h must be included before document.h"
-#endif
+#ifndef DOCUMENT_H
+#define DOCUMENT_H
struct document
{