From b2208dce1d122f1e4f9668ae87372e03a231f671 Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Thu, 8 Apr 2021 15:14:30 -0500 Subject: [PATCH] Removed unused libboost header --- .../projects/hpvm-tensor-rt/soc_simulator/promise_timing_model.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hpvm/projects/hpvm-tensor-rt/soc_simulator/promise_timing_model.h b/hpvm/projects/hpvm-tensor-rt/soc_simulator/promise_timing_model.h index 6ff5592d19..3ce29509b4 100644 --- a/hpvm/projects/hpvm-tensor-rt/soc_simulator/promise_timing_model.h +++ b/hpvm/projects/hpvm-tensor-rt/soc_simulator/promise_timing_model.h @@ -1,7 +1,6 @@ #include <iostream> #include <fstream> #include <string> -#include <boost/algorithm/string.hpp> #include <cmath> #include <cassert> -- GitLab