]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-print-operation.h
Move EvPrintOperation to libview
[evince.git] / libview / ev-print-operation.h
similarity index 95%
rename from shell/ev-print-operation.h
rename to libview/ev-print-operation.h
index 06a2845ff6d72b8d884c93b33214cbe2d6496fc6..2ed3b837d1a0c05a7d27a126afce2af8fa7ed493 100644 (file)
  * 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_PRINT_OPERATION_H__
 #define __EV_PRINT_OPERATION_H__
 
 #include <gtk/gtk.h>
 #include <glib-object.h>
 
-#include "ev-document.h"
+#include <evince-document.h>
 
 G_BEGIN_DECLS