diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-05-12 10:52:26 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-05-12 10:52:26 -0600 |
commit | ec870b9c853ad86fb1ccb482ca87802f1b155a2c (patch) | |
tree | 888fbcecf32750a48195a585b2a28ee1ac21380a /src/libstore/local-store.cc | |
parent | 7c3138844ca9ab92e2f231a7d17d7aee420ae76e (diff) |
new pos format for more errors
Diffstat (limited to 'src/libstore/local-store.cc')
-rw-r--r-- | src/libstore/local-store.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/local-store.cc b/src/libstore/local-store.cc index eb7548543..1f16a22b1 100644 --- a/src/libstore/local-store.cc +++ b/src/libstore/local-store.cc @@ -6,7 +6,6 @@ #include "derivations.hh" #include "nar-info.hh" #include "references.hh" -#include "error.hh" #include <iostream> #include <algorithm> |