Imported Upstream version 17.15.0
[platform/upstream/libzypp.git] / zypp / solver / Types.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file       zypp/solver/Types.h
10  *
11  * Common types used in the Resolver public API and need to be passed
12  * down to the details tree. Not for common use.
13  */
14 #ifndef ZYPP_SOLVER_TYPES_H
15 #define ZYPP_SOLVER_TYPES_H
16
17 #include "zypp/ResPool.h"
18
19 #include "zypp/ResolverFocus.h"
20 #include "zypp/ResolverNamespace.h"
21
22 #include "zypp/ResolverProblem.h"
23
24 #endif // ZYPP_SOLVER_TYPES_H