about summary refs log tree commit diff
path: root/src/libstore/s3-binary-cache-store.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-02-13T13·44+0100
committerGitHub <noreply@github.com>2017-02-13T13·44+0100
commit62ff5ad424547630e70f35406da85fbb5ec3445a (patch)
treeaa67b1d560eb30a7e3c42465577b483425386b66 /src/libstore/s3-binary-cache-store.cc
parent77a78af6786234871f713631b12abf9d8d428daa (diff)
parent2cd468874fe512387820bd47d23fa6351d069da2 (diff)
Merge pull request #1224 from dezgeg/configh
Unbreak 32-bit builds by always implicitly including config.h
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r--src/libstore/s3-binary-cache-store.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc
index ccb71f1eef..cc1b331042 100644
--- a/src/libstore/s3-binary-cache-store.cc
+++ b/src/libstore/s3-binary-cache-store.cc
@@ -1,5 +1,3 @@
-#include "config.h"
-
 #if ENABLE_S3
 #if __linux__