1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Merge pull request #1224 from dezgeg/configh

Unbreak 32-bit builds by always implicitly including config.h
This commit is contained in:
Eelco Dolstra 2017-02-13 14:44:58 +01:00 committed by GitHub
commit 62ff5ad424
16 changed files with 2 additions and 26 deletions

View file

@ -1,4 +1,3 @@
#include "config.h"
#include "json-to-value.hh"
#include <cstring>

View file

@ -1,7 +1,5 @@
#pragma once
#include "config.h"
#include <map>
#include <unordered_set>

View file

@ -1,6 +1,5 @@
#pragma once
#include "config.h"
#include "symbol-table.hh"
#if HAVE_BOEHMGC

View file

@ -1,5 +1,3 @@
#include "config.h"
#include "common-args.hh"
#include "globals.hh"
#include "shared.hh"

View file

@ -1,5 +1,3 @@
#include "config.h"
#include "types.hh"
#include <cstring>

View file

@ -1,5 +1,3 @@
#include "config.h"
#include "references.hh"
#include "pathlocks.hh"
#include "globals.hh"

View file

@ -1,5 +1,3 @@
#include "config.h"
#include "globals.hh"
#include "util.hh"
#include "archive.hh"

View file

@ -1,4 +1,3 @@
#include "config.h"
#include "local-store.hh"
#include "globals.hh"
#include "archive.hh"

View file

@ -1,5 +1,3 @@
#include "config.h"
#include "util.hh"
#include "local-store.hh"
#include "globals.hh"

View file

@ -1,5 +1,3 @@
#include "config.h"
#if ENABLE_S3
#if __linux__

View file

@ -1,5 +1,3 @@
#include "config.h"
#include <cerrno>
#include <algorithm>
#include <vector>

View file

@ -1,5 +1,3 @@
#include "config.h"
#include <iostream>
#include <cstring>

View file

@ -1,6 +1,5 @@
#pragma once
#include "config.h"
#include "ref.hh"

View file

@ -1,5 +1,3 @@
#include "config.h"
#include "util.hh"
#include "affinity.hh"
#include "sync.hh"