Skip to content
Snippets Groups Projects
Commit 6202cd64 authored by Petr Rockai's avatar Petr Rockai
Browse files

VM: Move an #include required only for unit tests to the unit test file.

parent 2791405e
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ DIVINE_UNRELAX_WARNINGS
#include <divine/vm/pointer.hpp>
#include <divine/vm/context.hpp>
#include <divine/cc/cc1.hpp>
#include <divine/vm/lx-type.hpp>
#include <divine/vm/lx-code.hpp>
......
......@@ -20,6 +20,7 @@
#include <divine/vm/program.hpp>
#include <divine/vm/eval.tpp>
#include <divine/cc/cc1.hpp>
namespace divine::t_vm
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment