diff options
author | John Hodge <tpg@mutabah.net> | 2017-08-21 21:44:35 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-08-21 21:44:35 +0800 |
commit | af317dcd9059ee78e4c8f36d9c67eb38fdf07709 (patch) | |
tree | 4e4c3330d75cd5c1d6952f67b87d6b2385223fc9 /tools/minicargo/manifest.cpp | |
parent | 84c0019c3e7cf8932bfd74db8d4f0d10cd86811e (diff) | |
download | mrust-af317dcd9059ee78e4c8f36d9c67eb38fdf07709.tar.gz |
minicargo - move path code to its own file
Diffstat (limited to 'tools/minicargo/manifest.cpp')
-rw-r--r-- | tools/minicargo/manifest.cpp | 2 |
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" |