Browse Source

fix include order

Günter Obiltschnig 2 years ago
parent
commit
ee7e8dc29f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      NetSSL_OpenSSL/include/Poco/Net/NetSSL.h

+ 1 - 1
NetSSL_OpenSSL/include/Poco/Net/NetSSL.h

@@ -20,8 +20,8 @@
 #define NetSSL_NetSSL_INCLUDED
 #define NetSSL_NetSSL_INCLUDED
 
 
 
 
-#include "Poco/Crypto/Crypto.h"
 #include "Poco/Net/Net.h"
 #include "Poco/Net/Net.h"
+#include "Poco/Crypto/Crypto.h"
 
 
 
 
 //
 //