Imported Upstream version 17.22.1
[platform/upstream/libzypp.git] / zypp / zyppng / core / url.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 ----------------------------------------------------------------------*/
9 #ifndef ZYPP_NG_CORE_URL_H_INCLUDED
10 #define ZYPP_NG_CORE_URL_H_INCLUDED
11
12 #include <zypp/Url.h>
13
14 namespace zyppng {
15   using Url = zypp::Url;
16 }
17
18 #endif