summaryrefslogtreecommitdiff
path: root/tools/minicargo/manifest.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-08-21 21:44:35 +0800
committerJohn Hodge <tpg@mutabah.net>2017-08-21 21:44:35 +0800
commitaf317dcd9059ee78e4c8f36d9c67eb38fdf07709 (patch)
tree4e4c3330d75cd5c1d6952f67b87d6b2385223fc9 /tools/minicargo/manifest.cpp
parent84c0019c3e7cf8932bfd74db8d4f0d10cd86811e (diff)
downloadmrust-af317dcd9059ee78e4c8f36d9c67eb38fdf07709.tar.gz
minicargo - move path code to its own file
Diffstat (limited to 'tools/minicargo/manifest.cpp')
-rw-r--r--tools/minicargo/manifest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/minicargo/manifest.cpp b/tools/minicargo/manifest.cpp
index 1bb815d8..d0eefcc6 100644
--- a/tools/minicargo/manifest.cpp
+++ b/tools/minicargo/manifest.cpp
@@ -3,7 +3,7 @@
#include "manifest.h"
#include "toml.h"
#include "debug.h"
-#include "helpers.h"
+#include "path.h"
#include <cassert>
#include <algorithm>
#include "repository.h"