Fix libzypp includes to use '<>'
authorMichael Andres <ma@suse.de>
Tue, 13 Sep 2011 07:47:09 +0000 (09:47 +0200)
committerMichael Andres <ma@suse.de>
Tue, 13 Sep 2011 07:47:35 +0000 (09:47 +0200)
46 files changed:
src/Command.cc
src/Config.cc
src/Config.h
src/PackageArgs.cc
src/PackageArgs.h
src/RequestFeedback.cc
src/SolverRequester.cc
src/SolverRequester.h
src/Summary.cc
src/Summary.h
src/Table.cc
src/Zypper.cc
src/Zypper.h
src/callbacks/keyring.h
src/callbacks/locks.h
src/callbacks/media.cc
src/callbacks/media.h
src/callbacks/repo.h
src/callbacks/rpm.h
src/info.cc
src/info.h
src/locks.cc
src/main.cc
src/misc.cc
src/misc.h
src/output/Out.h
src/output/OutNormal.cc
src/output/OutXML.cc
src/repos.cc
src/repos.h
src/search.cc
src/search.h
src/solve-commit.cc
src/update.cc
src/update.h
src/utils/Augeas.cc
src/utils/Augeas.h
src/utils/colors.cc
src/utils/getopt.cc
src/utils/messages.cc
src/utils/misc.cc
src/utils/misc.h
src/utils/pager.cc
src/utils/prompt.cc
src/utils/richtext.cc
src/zypp-refresh.cc

index b91b9c0..dfb37e3 100644 (file)
@@ -7,8 +7,8 @@
 
 #include <map>
 
-#include "zypp/base/Exception.h"
-#include "zypp/base/String.h"
+#include <zypp/base/Exception.h>
+#include <zypp/base/String.h>
 
 #include "main.h"
 #include "Command.h"
index 046fe9e..536a220 100644 (file)
@@ -12,11 +12,11 @@ extern "C"
   #include <libintl.h>
 }
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/Measure.h"
-#include "zypp/base/String.h"
-#include "zypp/base/Exception.h"
-#include "zypp/ZConfig.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/Measure.h>
+#include <zypp/base/String.h>
+#include <zypp/base/Exception.h>
+#include <zypp/ZConfig.h>
 
 #include "utils/Augeas.h"
 #include "Config.h"
index 32b417f..17fa1df 100644 (file)
@@ -11,7 +11,7 @@
 #include <string>
 #include <set>
 
-#include "zypp/Url.h"
+#include <zypp/Url.h>
 #include "Command.h"
 #include "utils/colors.h"
 
index f763ee1..c7e630e 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include <iostream>
-#include "zypp/base/Logger.h"
+#include <zypp/base/Logger.h>
 
 #include "PackageArgs.h"
 #include "Zypper.h"
index 3f9ddcb..0aace92 100644 (file)
@@ -18,7 +18,7 @@
 #include <utility>
 #include <iosfwd>
 
-#include "zypp/Capability.h"
+#include <zypp/Capability.h>
 
 class Zypper;
 
index d38a5e4..2022697 100644 (file)
@@ -9,8 +9,8 @@
  *
  */
 
-#include "zypp/base/LogTools.h"
-#include "zypp/ui/Selectable.h"
+#include <zypp/base/LogTools.h>
+#include <zypp/ui/Selectable.h>
 
 #include "Zypper.h"
 #include "misc.h"
index a5de91c..1ff8c1d 100644 (file)
  *
  */
 
-#include "zypp/ZYppFactory.h"
-#include "zypp/base/LogTools.h"
+#include <zypp/ZYppFactory.h>
+#include <zypp/base/LogTools.h>
 
-#include "zypp/PoolQuery.h"
-#include "zypp/PoolItemBest.h"
+#include <zypp/PoolQuery.h>
+#include <zypp/PoolItemBest.h>
 
-#include "zypp/Capability.h"
-#include "zypp/Resolver.h"
-#include "zypp/Patch.h"
-#include "zypp/ui/Selectable.h"
+#include <zypp/Capability.h>
+#include <zypp/Resolver.h>
+#include <zypp/Patch.h>
+#include <zypp/ui/Selectable.h>
 
 #include "misc.h"
 
index 6d8475d..cae76a3 100644 (file)
@@ -15,9 +15,9 @@
 
 #include <string>
 
-#include "zypp/ZConfig.h"
-#include "zypp/Date.h"
-#include "zypp/PoolItem.h"
+#include <zypp/ZConfig.h>
+#include <zypp/Date.h>
+#include <zypp/PoolItem.h>
 
 #include "Command.h"
 #include "PackageArgs.h"
index 8386099..d790c3f 100644 (file)
 #include <sstream>
 #include <boost/format.hpp>
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/Measure.h"
-#include "zypp/ResPool.h"
-#include "zypp/Patch.h"
-#include "zypp/Package.h"
-#include "zypp/ui/Selectable.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/Measure.h>
+#include <zypp/ResPool.h>
+#include <zypp/Patch.h>
+#include <zypp/Package.h>
+#include <zypp/ui/Selectable.h>
 
 #include "main.h"
 #include "utils/text.h"
index 80ee6af..fbb91a3 100644 (file)
 #include <map>
 #include <iosfwd>
 
-#include "zypp/base/PtrTypes.h"
-#include "zypp/ByteCount.h"
-#include "zypp/base/DefaultIntegral.h"
-#include "zypp/ResObject.h"
-#include "zypp/ResPool.h"
+#include <zypp/base/PtrTypes.h>
+#include <zypp/ByteCount.h>
+#include <zypp/base/DefaultIntegral.h>
+#include <zypp/ResObject.h>
+#include <zypp/ResPool.h>
 
 
 class Summary : private zypp::base::NonCopyable
index 1cd87ae..0f39156 100644 (file)
@@ -2,7 +2,7 @@
 #include <cstring>
 #include <cstdlib>
 
-#include "zypp/base/Logger.h"
+#include <zypp/base/Logger.h>
 
 #include "utils/console.h"
 #include "utils/text.h"
index cd63f3e..259ccff 100644 (file)
 #include <boost/logic/tribool.hpp>
 #include <boost/format.hpp>
 
-#include "zypp/ZYppFactory.h"
-#include "zypp/zypp_detail/ZYppReadOnlyHack.h"
+#include <zypp/ZYppFactory.h>
+#include <zypp/zypp_detail/ZYppReadOnlyHack.h>
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/Algorithm.h"
-#include "zypp/base/UserRequestException.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/Algorithm.h>
+#include <zypp/base/UserRequestException.h>
 
-#include "zypp/sat/SolvAttr.h"
-#include "zypp/PoolQuery.h"
-#include "zypp/Locks.h"
+#include <zypp/sat/SolvAttr.h>
+#include <zypp/PoolQuery.h>
+#include <zypp/Locks.h>
 
-#include "zypp/target/rpm/RpmHeader.h" // for install <.rpmURI>
+#include <zypp/target/rpm/RpmHeader.h> // for install <.rpmURI>
 
 #include "main.h"
 #include "Zypper.h"
index 96cb63f..d3e70f3 100644 (file)
 #include <string>
 #include <vector>
 
-#include "zypp/base/Exception.h"
-#include "zypp/base/NonCopyable.h"
-#include "zypp/base/PtrTypes.h"
-#include "zypp/TriBool.h"
-
-#include "zypp/RepoInfo.h"
-#include "zypp/RepoManager.h" // for RepoManagerOptions
-#include "zypp/SrcPackage.h"
-#include "zypp/TmpPath.h"
+#include <zypp/base/Exception.h>
+#include <zypp/base/NonCopyable.h>
+#include <zypp/base/PtrTypes.h>
+#include <zypp/TriBool.h>
+
+#include <zypp/RepoInfo.h>
+#include <zypp/RepoManager.h> // for RepoManagerOptions
+#include <zypp/SrcPackage.h>
+#include <zypp/TmpPath.h>
 
 #include "Config.h"
 #include "Command.h"
index 824cf77..2fd1df5 100644 (file)
 #include <iostream>
 #include <boost/format.hpp>
 
-#include "zypp/base/Logger.h"
-#include "zypp/ZYppCallbacks.h"
-#include "zypp/Pathname.h"
-#include "zypp/KeyRing.h"
-#include "zypp/Digest.h"
+#include <zypp/base/Logger.h>
+#include <zypp/ZYppCallbacks.h>
+#include <zypp/Pathname.h>
+#include <zypp/KeyRing.h>
+#include <zypp/Digest.h>
 
 #include "utils/prompt.h"
 
index 4748ba8..df2c209 100644 (file)
@@ -10,9 +10,9 @@
 
 #include <iosfwd>
 
-#include "zypp/base/Logger.h"
-#include "zypp/ZYppCallbacks.h"
-#include "zypp/PoolQuery.h"
+#include <zypp/base/Logger.h>
+#include <zypp/ZYppCallbacks.h>
+#include <zypp/PoolQuery.h>
 
 #include "utils/prompt.h"
 
index fe2ab85..182b45d 100644 (file)
@@ -16,7 +16,7 @@
 #include "utils/prompt.h"
 #include "utils/misc.h" // for is_changeable_media
 
-#include "zypp/media/MediaManager.h"
+#include <zypp/media/MediaManager.h>
 
 using namespace zypp;
 using namespace std;
index 860dbf3..6e4e115 100644 (file)
 #include <stdlib.h>
 #include <ctime>
 
-#include "zypp/ZYppCallbacks.h"
-#include "zypp/base/Logger.h"
-#include "zypp/Pathname.h"
-#include "zypp/Url.h"
+#include <zypp/ZYppCallbacks.h>
+#include <zypp/base/Logger.h>
+#include <zypp/Pathname.h>
+#include <zypp/Url.h>
 
 #include "Zypper.h"
 
index 79147be..c88b0f1 100644 (file)
 #include <sstream>
 #include <boost/format.hpp>
 
-#include "zypp/base/Logger.h"
-#include "zypp/ZYppCallbacks.h"
-#include "zypp/Pathname.h"
-#include "zypp/Url.h"
+#include <zypp/base/Logger.h>
+#include <zypp/ZYppCallbacks.h>
+#include <zypp/Pathname.h>
+#include <zypp/Url.h>
 
 #include "Zypper.h"
 #include "utils/prompt.h"
index 6bb9119..1966607 100644 (file)
 
 #include <boost/format.hpp>
 
-#include "zypp/base/Logger.h"
-#include "zypp/ZYppCallbacks.h"
-#include "zypp/Package.h"
-#include "zypp/Patch.h"
+#include <zypp/base/Logger.h>
+#include <zypp/ZYppCallbacks.h>
+#include <zypp/Package.h>
+#include <zypp/Patch.h>
 
 #include "Zypper.h"
 #include "output/prompt.h"
index f0c017e..e1c8d31 100644 (file)
@@ -9,13 +9,14 @@
 
 #include <boost/format.hpp>
 
-#include "zypp/ZYpp.h"
-#include "zypp/base/Algorithm.h"
-#include "zypp/Package.h"
-#include "zypp/Patch.h"
-#include "zypp/Pattern.h"
-#include "zypp/Product.h"
-#include "zypp/PoolQuery.h"
+#include <zypp/base/LogTools.h>
+#include <zypp/base/Algorithm.h>
+#include <zypp/ZYpp.h>
+#include <zypp/Package.h>
+#include <zypp/Patch.h>
+#include <zypp/Pattern.h>
+#include <zypp/Product.h>
+#include <zypp/PoolQuery.h>
 
 #include "Zypper.h"
 #include "main.h"
index de8253e..a475a21 100644 (file)
@@ -8,9 +8,9 @@
 #ifndef ZYPPERINFO_H_
 #define ZYPPERINFO_H_
 
-#include "zypp/PoolItem.h"
-#include "zypp/ResKind.h"
-#include "zypp/ui/Selectable.h"
+#include <zypp/PoolItem.h>
+#include <zypp/ResKind.h>
+#include <zypp/ui/Selectable.h>
 
 #include "Zypper.h"
 
index 9388ba2..d5a6517 100644 (file)
@@ -1,9 +1,9 @@
 #include <iostream>
 #include <boost/lexical_cast.hpp>
 
-#include "zypp/base/String.h"
-#include "zypp/base/Logger.h"
-#include "zypp/Locks.h"
+#include <zypp/base/String.h>
+#include <zypp/base/Logger.h>
+#include <zypp/Locks.h>
 
 #include "output/Out.h"
 #include "main.h"
index 81dd5f9..74fea05 100644 (file)
@@ -2,8 +2,8 @@
 #include <signal.h>
 //#include <readline/readline.h>
 
-#include "zypp/base/LogTools.h"
-#include "zypp/base/LogControl.h"
+#include <zypp/base/LogTools.h>
+#include <zypp/base/LogControl.h>
 
 #include "main.h"
 #include "Zypper.h"
index 6af8c37..15fca12 100644 (file)
@@ -9,19 +9,19 @@
 #include <sstream>
 #include <boost/format.hpp>
 
-#include "zypp/ZYppFactory.h"
-#include "zypp/base/Logger.h"
+#include <zypp/ZYppFactory.h>
+#include <zypp/base/Logger.h>
 
-#include "zypp/SrcPackage.h"
-#include "zypp/Package.h"
-#include "zypp/Capabilities.h"
-#include "zypp/ui/Selectable.h"
+#include <zypp/SrcPackage.h>
+#include <zypp/Package.h>
+#include <zypp/Capabilities.h>
+#include <zypp/ui/Selectable.h>
 
 
-#include "zypp/RepoInfo.h"
+#include <zypp/RepoInfo.h>
 
-#include "zypp/PoolQuery.h"
-#include "zypp/PoolItemBest.h"
+#include <zypp/PoolQuery.h>
+#include <zypp/PoolItemBest.h>
 
 #include "Zypper.h"
 #include "main.h"
index 203fcee..d6b471d 100644 (file)
 #include <string>
 #include <list>
 
-#include "zypp/PoolQuery.h"
-#include "zypp/ResKind.h"
-#include "zypp/RepoInfo.h"
-#include "zypp/Capability.h"
+#include <zypp/PoolQuery.h>
+#include <zypp/ResKind.h>
+#include <zypp/RepoInfo.h>
+#include <zypp/Capability.h>
 
 class Zypper;
 
index 98c4b76..860bec5 100644 (file)
@@ -3,9 +3,9 @@
 
 #include <string>
 
-#include "zypp/base/NonCopyable.h"
-#include "zypp/base/Exception.h"
-#include "zypp/Url.h"
+#include <zypp/base/NonCopyable.h>
+#include <zypp/base/Exception.h>
+#include <zypp/Url.h>
 
 #include "utils/prompt.h"
 
index 67b900b..ec8fda8 100644 (file)
@@ -11,9 +11,9 @@
 
 #include <unistd.h>
 
-#include "zypp/Pathname.h"
-#include "zypp/ByteCount.h" // for download progress reporting
-#include "zypp/base/String.h" // for toUpper()
+#include <zypp/Pathname.h>
+#include <zypp/ByteCount.h> // for download progress reporting
+#include <zypp/base/String.h> // for toUpper()
 
 #include "main.h"
 #include "utils/colors.h"
index 7a7f825..c1782b6 100644 (file)
@@ -2,8 +2,8 @@
 #include <sstream>
 #include <vector>
 
-#include "zypp/base/String.h"
-#include "zypp/base/String.h"
+#include <zypp/base/String.h>
+#include <zypp/base/String.h>
 
 #include "OutXML.h"
 #include "utils/misc.h"
index b85d54f..c13c9fd 100644 (file)
 #include <iterator>
 #include <list>
 
-#include "zypp/ZYpp.h"
-#include "zypp/base/Logger.h"
-#include "zypp/base/IOStream.h"
-#include "zypp/base/String.h"
-#include "zypp/base/Flags.h"
-
-#include "zypp/RepoManager.h"
-#include "zypp/repo/RepoException.h"
-#include "zypp/parser/ParseException.h"
-#include "zypp/media/MediaException.h"
-#include "zypp/media/MediaAccess.h"
+#include <zypp/ZYpp.h>
+#include <zypp/base/Logger.h>
+#include <zypp/base/IOStream.h>
+#include <zypp/base/String.h>
+#include <zypp/base/Flags.h>
+
+#include <zypp/RepoManager.h>
+#include <zypp/repo/RepoException.h>
+#include <zypp/parser/ParseException.h>
+#include <zypp/media/MediaException.h>
+#include <zypp/media/MediaAccess.h>
 
 #include "output/Out.h"
 #include "main.h"
index be5de6c..5b5943a 100644 (file)
 
 #include <list>
 
-#include "zypp/TriBool.h"
-#include "zypp/Url.h"
-#include "zypp/RepoInfo.h"
-#include "zypp/ServiceInfo.h"
+#include <zypp/TriBool.h>
+#include <zypp/Url.h>
+#include <zypp/RepoInfo.h>
+#include <zypp/ServiceInfo.h>
 
 #include "Zypper.h"
 
index f97208c..ef9d6ef 100644 (file)
@@ -1,16 +1,16 @@
 #include <iostream>
 
-#include "zypp/ZYpp.h" // for zypp::ResPool::instance()
+#include <zypp/ZYpp.h> // for zypp::ResPool::instance()
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/Algorithm.h"
-#include "zypp/Patch.h"
-#include "zypp/Pattern.h"
-#include "zypp/Product.h"
-#include "zypp/sat/Solvable.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/Algorithm.h>
+#include <zypp/Patch.h>
+#include <zypp/Pattern.h>
+#include <zypp/Product.h>
+#include <zypp/sat/Solvable.h>
 
-#include "zypp/PoolItem.h"
-#include "zypp/ResPoolProxy.h"
+#include <zypp/PoolItem.h>
+#include <zypp/ResPoolProxy.h>
 
 #include "main.h"
 #include "utils/misc.h" // for kind_to_string_localized and string_patch_status
index 8ae38f4..9fcb413 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef ZYPPERSEARCH_H_
 #define ZYPPERSEARCH_H_
 
-#include "zypp/TriBool.h"
+#include <zypp/TriBool.h>
 
 #include "Zypper.h"
 #include "Table.h"
index 066844c..5ec4b1b 100755 (executable)
@@ -9,14 +9,14 @@
 #include <sstream>
 #include <boost/format.hpp>
 
-#include "zypp/ZYppFactory.h"
-#include "zypp/base/Logger.h"
-#include "zypp/FileChecker.h"
-#include "zypp/base/InputStream.h"
-#include "zypp/base/IOStream.h"
-
-#include "zypp/media/MediaException.h"
-#include "zypp/misc/CheckAccessDeleted.h"
+#include <zypp/ZYppFactory.h>
+#include <zypp/base/Logger.h>
+#include <zypp/FileChecker.h>
+#include <zypp/base/InputStream.h>
+#include <zypp/base/IOStream.h>
+
+#include <zypp/media/MediaException.h>
+#include <zypp/misc/CheckAccessDeleted.h>
 
 #include "misc.h"              // confirm_licenses
 #include "repos.h"              // get_repo - used in dist_upgrade
index ff160ed..ec1abbd 100755 (executable)
@@ -2,12 +2,12 @@
 #include <sstream>
 #include <boost/format.hpp>
 
-#include "zypp/base/Logger.h"
-#include "zypp/ZYppFactory.h"
-#include "zypp/base/Algorithm.h"
-#include "zypp/PoolQuery.h"
+#include <zypp/base/Logger.h>
+#include <zypp/ZYppFactory.h>
+#include <zypp/base/Algorithm.h>
+#include <zypp/PoolQuery.h>
 
-#include "zypp/Patch.h"
+#include <zypp/Patch.h>
 
 #include "SolverRequester.h"
 #include "Table.h"
index 49051c4..41bcf84 100755 (executable)
@@ -1,4 +1,4 @@
-#include "zypp/PoolItem.h"
+#include <zypp/PoolItem.h>
 
 #include "Zypper.h"
 
index 49f1c30..57b9d43 100644 (file)
@@ -7,8 +7,8 @@
 #include <iostream>
 #include <stdlib.h>
 
-#include "zypp/base/Logger.h"
-#include "zypp/Pathname.h"
+#include <zypp/base/Logger.h>
+#include <zypp/Pathname.h>
 #include "Zypper.h"
 #include "utils/Augeas.h"
 
index 458f986..61451b2 100644 (file)
@@ -15,8 +15,8 @@ extern "C"
   #include <augeas.h>
 }
 
-#include "zypp/base/NonCopyable.h"
-#include "zypp/TriBool.h"
+#include <zypp/base/NonCopyable.h>
+#include <zypp/TriBool.h>
 
 /**
  * Zypper's wrapper around Augeas.
index 02d1c51..b1ead85 100644 (file)
@@ -10,7 +10,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "zypp/base/Logger.h"
+#include <zypp/base/Logger.h>
 
 #include "Zypper.h"
 
index 33f0cef..912aa9c 100644 (file)
@@ -1,7 +1,7 @@
 #include "getopt.h"
 #include "main.h"
 #include <iostream>
-#include "zypp/base/String.h"
+#include <zypp/base/String.h>
 #include "Zypper.h"
 
 using namespace std;
index 4d88579..2c31370 100644 (file)
@@ -6,7 +6,7 @@
 \*---------------------------------------------------------------------------*/
 
 #include <sstream>
-#include "zypp/base/String.h"
+#include <zypp/base/String.h>
 #include "Zypper.h"
 
 #include "messages.h"
index 08e87d8..ed15e17 100644 (file)
@@ -9,18 +9,18 @@
 #include <iostream>
 #include <unistd.h>          // for getcwd()
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/String.h"
-#include "zypp/base/Easy.h"
-#include "zypp/base/Regex.h"
-#include "zypp/media/MediaManager.h"
-#include "zypp/parser/xml/XmlEscape.h"
-#include "zypp/misc/CheckAccessDeleted.h"
-#include "zypp/ExternalProgram.h"
-
-#include "zypp/PoolItem.h"
-#include "zypp/Product.h"
-#include "zypp/Pattern.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/String.h>
+#include <zypp/base/Easy.h>
+#include <zypp/base/Regex.h>
+#include <zypp/media/MediaManager.h>
+#include <zypp/parser/xml/XmlEscape.h>
+#include <zypp/misc/CheckAccessDeleted.h>
+#include <zypp/ExternalProgram.h>
+
+#include <zypp/PoolItem.h>
+#include <zypp/Product.h>
+#include <zypp/Pattern.h>
 
 #include "main.h"
 #include "Zypper.h"
index 81a3b94..af5ed1c 100644 (file)
 #include <set>
 #include <list>
 
-#include "zypp/Url.h"
-#include "zypp/Pathname.h"
+#include <zypp/Url.h>
+#include <zypp/Pathname.h>
 
-#include "zypp/ResKind.h"
-#include "zypp/RepoInfo.h"
-#include "zypp/ZYppCommitPolicy.h"
+#include <zypp/ResKind.h>
+#include <zypp/RepoInfo.h>
+#include <zypp/ZYppCommitPolicy.h>
 
 class Zypper;
 
index 929a524..be11e9a 100755 (executable)
 #include <sys/wait.h> //for wait()
 #include <iterator>
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/String.h"
-#include "zypp/TmpPath.h"
-#include "zypp/Pathname.h"
-#include "zypp/PathInfo.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/String.h>
+#include <zypp/TmpPath.h>
+#include <zypp/Pathname.h>
+#include <zypp/PathInfo.h>
 
 #include "../main.h"
 #include "Zypper.h"
index 3fd06c7..db5cada 100644 (file)
@@ -17,8 +17,8 @@
 
 #include <boost/format.hpp>
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/String.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/String.h>
 
 #include "Zypper.h"
 #include "utils/colors.h"
index 0a26110..f4c9f61 100644 (file)
@@ -3,8 +3,8 @@
 #include <vector>
 #include <string>
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/String.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/String.h>
 
 using namespace std;
 
index 7f47be1..b622b95 100644 (file)
 
 #include <iostream>
 
-#include "zypp/ZYppFactory.h"
-#include "zypp/base/LogControl.h"
-#include "zypp/base/Logger.h"
-#include "zypp/base/String.h"
-
-#include "zypp/ZYppCallbacks.h"
-#include "zypp/Pathname.h"
-#include "zypp/KeyRing.h"
-#include "zypp/Digest.h"
-
-#include "zypp/RepoManager.h"
-#include "zypp/PathInfo.h"
+#include <zypp/ZYppFactory.h>
+#include <zypp/base/LogControl.h>
+#include <zypp/base/Logger.h>
+#include <zypp/base/String.h>
+
+#include <zypp/ZYppCallbacks.h>
+#include <zypp/Pathname.h>
+#include <zypp/KeyRing.h>
+#include <zypp/Digest.h>
+
+#include <zypp/RepoManager.h>
+#include <zypp/PathInfo.h>
 
 #undef  ZYPP_BASE_LOGGER_LOGGROUP
 #define ZYPP_BASE_LOGGER_LOGGROUP "zypp-refresh"