Imported Upstream version 17.23.5
[platform/upstream/libzypp.git] / tests / zypp / FileChecker_test.cc
index 1e3de6d..404c400 100644 (file)
@@ -4,13 +4,13 @@
 #include <list>
 #include <string>
 
-#include "zypp/base/Logger.h"
-#include "zypp/base/Exception.h"
-#include "zypp/KeyRing.h"
-#include "zypp/PublicKey.h"
-#include "zypp/TmpPath.h"
+#include <zypp/base/Logger.h>
+#include <zypp/base/Exception.h>
+#include <zypp/KeyRing.h>
+#include <zypp/PublicKey.h>
+#include <zypp/TmpPath.h>
 
-#include "zypp/FileChecker.h"
+#include <zypp/FileChecker.h>
 
 #include <boost/test/unit_test.hpp>
 
@@ -19,7 +19,6 @@
 using boost::unit_test::test_suite;
 using boost::unit_test::test_case;
 
-using namespace std;
 using namespace zypp;
 using namespace zypp::filesystem;