Merge pull request #2131 from Exiv2/mainCleanups

Include what you use + more SPDX identifiers + few other cleanups
This commit is contained in:
Luis Díaz Más
2022-03-11 21:02:45 +01:00
committed by GitHub
116 changed files with 356 additions and 1592 deletions
+4 -13
View File
@@ -1,21 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#if _MSC_VER >= 1400
# pragma warning(disable : 4996)
#endif
// included header files
#include <assert.h>
#include <errno.h>
#include <filesystem>
#include <iostream>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include "getopt.hpp"
#include <cstdio>
#include <cstring>
#include <filesystem>
namespace fs = std::filesystem;
namespace Util {