print: Update printerprivate header location for cpdb backend
authorJeremy Bícha <jeremy.bicha@canonical.com>
Tue, 8 Aug 2023 21:48:35 +0000 (17:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 24 Aug 2023 14:18:10 +0000 (10:18 -0400)
This fixes the print-cpdb build option

modules/printbackends/gtkprintbackendcpdb.h
modules/printbackends/gtkprintercpdb.h

index 6324e76bff4421c9cdb1ac7a1d6abe474e1eec33..f7e87efa5f001fb233cc4c66c2fb75db7e4e6231 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <glib-object.h>
 #include <gtk/gtk.h>
-#include "gtkprintbackendprivate.h"
+#include "gtk/print/gtkprintbackendprivate.h"
 
 G_BEGIN_DECLS
 
index bca0eebea1cbb7c993e3e59ee47d3b91167bfd36..7c4d6bbb6493107ab9bcdf55919e91e968f7fa9d 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <glib-object.h>
 #include <cpdb/cpdb-frontend.h>
-#include <gtk/gtkprinterprivate.h>
+#include <gtk/print/gtkprinterprivate.h>
 
 G_BEGIN_DECLS
 
@@ -43,4 +43,4 @@ void                  gtk_printer_cpdb_set_printer_obj        (GtkPrinterCpdb
 
 G_END_DECLS
 
-#endif /* __GTK_PRINTER_CPDB_H__ */
\ No newline at end of file
+#endif /* __GTK_PRINTER_CPDB_H__ */