Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libview/ev-jobs.h')
-rw-r--r--libview/ev-jobs.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h
index 5915a28..fc577c1 100644
--- a/libview/ev-jobs.h
+++ b/libview/ev-jobs.h
@@ -18,15 +18,17 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION)
+#error "Only <evince-view.h> can be included directly."
+#endif
+
#ifndef __EV_JOBS_H__
#define __EV_JOBS_H__
#include <gio/gio.h>
#include <gtk/gtk.h>
-#include "ev-document.h"
-#include "ev-selection.h"
-#include "ev-render-context.h"
+#include <evince-document.h>
G_BEGIN_DECLS