Clean-up
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/// @}
|
||||
|
@@ -18,8 +18,6 @@
|
||||
along with GÉANTLink. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <sal.h>
|
||||
|
||||
namespace eap
|
||||
{
|
||||
class credentials;
|
||||
|
Reference in New Issue
Block a user