all_cflags = $(CFLAGS)
all_cxxflags = $(CXXFLAGS)
-all_cppflags = @DEFS@ -DSYSCONFDIR=$(sysconfdir) -I. -I$(srcdir)/src -I$(srcdir)/src/third_party -I$(builddir)/unittest $(CPPFLAGS)
+all_cppflags = @DEFS@ -DSYSCONFDIR=$(sysconfdir) -I. -I$(srcdir)/src -I$(builddir)/unittest $(CPPFLAGS)
extra_libs = @extra_libs@
v_at_0 = yes
#include "Util.hpp"
#include "ccache.hpp"
+#include "third_party/fmt/core.h"
+
#include <cassert>
#include <cerrno>
-#include <fmt/core.h>
#include <unistd.h>
AtomicFile::AtomicFile(const std::string& path, Mode mode) : m_path(path)
#include "Error.hpp"
#include "ccache.hpp"
-#include <fmt/core.h>
+#include "third_party/fmt/core.h"
CacheEntryReader::CacheEntryReader(FILE* stream,
const uint8_t expected_magic[4],
#include "Error.hpp"
+#include "third_party/fmt/core.h"
+
#include <cerrno>
#include <cstring>
-#include <fmt/core.h>
#include <string>
#include <sys/stat.h>
#include <sys/types.h>
#include "system.hpp"
-#include <third_party/xxhash.h>
+#include "third_party/xxhash.h"
class Checksum
{
#include "ccache.hpp"
-#include <fmt/core.h>
+#include "third_party/fmt/core.h"
+
#include <functional>
#include <limits>
#include <string>
#include "ProgressBar.hpp"
+#include "third_party/fmt/core.h"
+
#include <cstdio>
-#include <fmt/core.h>
#include <unistd.h>
#ifdef _WIN32
#include "Util.hpp"
#include "cleanup.hpp"
#include "compopt.hpp"
-
-#include <fmt/core.h>
-#include <limits>
-
-#ifdef HAVE_GETOPT_LONG
-# include <getopt.h>
-#else
-# include "third_party/getopt_long.h"
-#endif
#include "compress.hpp"
#include "hash.hpp"
#include "hashutil.hpp"
#include "result.hpp"
#include "unify.hpp"
+#include "third_party/fmt/core.h"
+
+#ifdef HAVE_GETOPT_LONG
+# include <getopt.h>
+#else
+# include "third_party/getopt_long.h"
+#endif
+
#include <fstream>
+#include <limits>
// Global variables used by other compilation units.
extern char* primary_config_path;
#include "manifest.hpp"
#include "result.hpp"
-#include <fmt/core.h>
+#include "third_party/fmt/core.h"
+
#include <string>
#include <thread>
#include "Util.hpp"
#include "ccache.hpp"
-#include <fmt/core.h>
+#include "third_party/fmt/core.h"
+
#include <string>
#ifdef HAVE_PWD_H
#include "catch2_tests.hpp"
#define CATCH_CONFIG_RUNNER
-#include <catch.hpp>
+#include "third_party/catch.hpp"
int
run_catch2_tests(int argc, char** argv)
#include "../src/AtomicFile.hpp"
#include "../src/Util.hpp"
-#include <catch.hpp>
+#include "third_party/catch.hpp"
using Catch::Equals;
#include "../src/Checksum.hpp"
-#include <catch.hpp>
+#include "third_party/catch.hpp"
TEST_CASE("Checksums")
{
#include "../src/Compression.hpp"
-#include <catch.hpp>
+#include "third_party/catch.hpp"
using Catch::Equals;
#include "../src/Util.hpp"
#include "../src/ccache.hpp"
-#include <catch.hpp>
-#include <fmt/core.h>
+#include "third_party/catch.hpp"
+#include "third_party/fmt/core.h"
+
#include <limits>
#include <string>
#include <vector>
#include "../src/Decompressor.hpp"
#include "../src/File.hpp"
-#include <catch.hpp>
+#include "third_party/catch.hpp"
using Catch::Equals;
#include "../src/Util.hpp"
-#include <catch.hpp>
+#include "third_party/catch.hpp"
using Catch::Equals;
#include "../src/Decompressor.hpp"
#include "../src/File.hpp"
-#include <catch.hpp>
+#include "third_party/catch.hpp"
using Catch::Equals;