From f787e1e3ff11339269bdc11e253af91e5961e013 Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 9 Dec 2015 16:56:00 +0000 Subject: Do some code reorganization so that all of the PPD code is separate from the rest. Note: cupsGetPPD* and friends are now in cups/ppd.h now - should not be an issue but was necessary to leave a clean break for future code. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@13007 a1ca3aef-8c08-0410-bb20-df032aa958be --- notifier/Dependencies | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'notifier') diff --git a/notifier/Dependencies b/notifier/Dependencies index d844f9de4..a6bc42186 100644 --- a/notifier/Dependencies +++ b/notifier/Dependencies @@ -7,7 +7,7 @@ mailto.o: mailto.c ../cups/cups-private.h ../cups/string-private.h \ ../cups/ipp.h ../cups/http.h ../cups/http-private.h ../cups/language.h \ ../cups/md5-private.h ../cups/language-private.h ../cups/transcode.h \ ../cups/pwg-private.h ../cups/cups.h ../cups/file.h ../cups/pwg.h \ - ../cups/ppd-private.h ../cups/ppd.h ../cups/thread-private.h + ../cups/thread-private.h rss.o: rss.c ../cups/cups.h ../cups/file.h ../cups/versioning.h \ ../cups/ipp.h ../cups/http.h ../cups/array.h ../cups/language.h \ ../cups/pwg.h ../cups/string-private.h ../config.h \ @@ -18,5 +18,4 @@ testnotify.o: testnotify.c ../cups/cups-private.h \ ../cups/ipp-private.h ../cups/ipp.h ../cups/http.h \ ../cups/http-private.h ../cups/language.h ../cups/md5-private.h \ ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \ - ../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/ppd-private.h \ - ../cups/ppd.h ../cups/thread-private.h + ../cups/cups.h ../cups/file.h ../cups/pwg.h ../cups/thread-private.h -- cgit v1.2.1