about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
Diffstat (limited to '034call.cc')
-rw-r--r--034call.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/034call.cc b/034call.cc
index ff004dc1..f9ba5def 100644
--- a/034call.cc
+++ b/034call.cc
@@ -165,7 +165,3 @@ while (current_step_index() >= SIZE(Current_routine->steps())) {
   // todo: fail if no products returned
   ++current_step_index();
 }
-
-:(before "End Includes")
-#include <stack>
-using std::stack;