diff options
Diffstat (limited to 'xps/muxps.h')
-rw-r--r-- | xps/muxps.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xps/muxps.h b/xps/muxps.h index c90d92ba..caba3322 100644 --- a/xps/muxps.h +++ b/xps/muxps.h @@ -1,9 +1,7 @@ #ifndef _MUXPS_H_ #define _MUXPS_H_ -#ifndef _FITZ_H_ -#error "fitz.h must be included before muxps.h" -#endif +#include "fitz-internal.h" typedef unsigned char byte; |