diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 00:25:02 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-24 00:25:02 -0500 |
commit | 3e506611769d97b39ab8a7a08c84c5b9c7e4fa81 (patch) | |
tree | 1da6caec9b238e1f8edc022493ea2daa91f83308 | |
parent | a2c82161c41fd37f8e1470ccd5f15b3cf983bbfa (diff) | |
download | spmc-3e506611769d97b39ab8a7a08c84c5b9c7e4fa81.tar.gz |
Remove reference to deps.h
-rw-r--r-- | include/spm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/spm.h b/include/spm.h index 29a8475..d6ffa45 100644 --- a/include/spm.h +++ b/include/spm.h @@ -39,7 +39,6 @@ #include "version_spec.h" #include "checksum.h" #include "resolve.h" -#include "deps.h" #include "shell.h" #include "relocation.h" #include "conf.h" |