This commit is contained in:
2017-02-01 13:11:27 +01:00
parent 7977d04281
commit 386d852859
3 changed files with 3 additions and 7 deletions

View File

@@ -465,7 +465,7 @@ namespace eap
///
/// List of configuration providers
///
typedef std::list<eap::config_provider> provider_list;
typedef std::list<config_provider> provider_list;
public:
///
@@ -523,7 +523,7 @@ namespace eap
/// @}
public:
std::list<eap::config_provider> m_providers; ///< Provider configurations
std::list<config_provider> m_providers; ///< Provider configurations
};
/// @}

View File

@@ -18,8 +18,6 @@
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sal.h>
namespace eap
{
class credentials;