Next integration phase, metadata and trust conversion.
[shibboleth/sp.git] / nsapi_shib / nsapi_shib.cpp
index 6a72c0b..05300b9 100644 (file)
 # define _CRT_SECURE_NO_DEPRECATE 1
 #endif
 
+#include <shibsp/SPConfig.h>
 
 // SAML Runtime
 #include <saml/saml.h>
 #include <shib/shib.h>
 #include <shib-target/shib-target.h>
-#include <shibsp/SPConfig.h>
 
 #include <ctime>
 #include <fstream>