aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/local-store.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-12 10:52:26 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-12 10:52:26 -0600
commitec870b9c853ad86fb1ccb482ca87802f1b155a2c (patch)
tree888fbcecf32750a48195a585b2a28ee1ac21380a /src/libstore/local-store.cc
parent7c3138844ca9ab92e2f231a7d17d7aee420ae76e (diff)
new pos format for more errors
Diffstat (limited to 'src/libstore/local-store.cc')
-rw-r--r--src/libstore/local-store.cc1
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>