summaryrefslogtreecommitdiffstats
path: root/fastos/src/tests/threadtest.cpp
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2016-06-30 14:42:53 +0200
committerArne H Juul <arnej@yahoo-inc.com>2016-06-30 15:02:16 +0200
commitfbd5218f6bfd0c7ff53b9c44ecef570e1db3b51a (patch)
tree26cfdf7d617d6bd16354e1613f083a6262b59fbb /fastos/src/tests/threadtest.cpp
parent64d8495c7715566069edee8e6d0dad0aa9e78db3 (diff)
jobs.h -> job.h
Diffstat (limited to 'fastos/src/tests/threadtest.cpp')
-rw-r--r--fastos/src/tests/threadtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastos/src/tests/threadtest.cpp b/fastos/src/tests/threadtest.cpp
index f1e56f4fe77..0ca10e19738 100644
--- a/fastos/src/tests/threadtest.cpp
+++ b/fastos/src/tests/threadtest.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"