diff --git a/cdo-alloc.c b/cdo-alloc.c index e3a8cb3..aae69b3 100755 --- a/cdo-alloc.c +++ b/cdo-alloc.c @@ -18,7 +18,7 @@ #include #include #include -#include + #include #include "cdo-alloc.h" diff --git a/cdo-driver/cdo_driver.c b/cdo-driver/cdo_driver.c index 08b1c7b..6e8e6e6 100755 --- a/cdo-driver/cdo_driver.c +++ b/cdo-driver/cdo_driver.c @@ -145,7 +145,6 @@ void startCDOFileStream(const char* cdoFileName) printf("File could not be opened, fopen Error: %s\n", strerror(errno)); exit(EXIT_FAILURE); } - printf("Generating: %s\n", cdoFileName); } void endCurrentCDOFileStream() diff --git a/cdo-npi.c b/cdo-npi.c index d357724..7226ff6 100755 --- a/cdo-npi.c +++ b/cdo-npi.c @@ -18,7 +18,7 @@ #include #include #include -#include + #include #include #include diff --git a/main.cpp b/main.cpp index 2346d5b..708656c 100755 --- a/main.cpp +++ b/main.cpp @@ -36,7 +36,7 @@ #include "encryption-zynqmp.h" #ifdef _WIN32 -#include "openssl/ms/applink.c" + #endif static const char* time_stamp = __TIME__; static const char* date_stamp = __DATE__;