summaryrefslogtreecommitdiff
path: root/src/test/test-verbs.c
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-10 15:51:29 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-10 15:51:29 -0400
commit7ad5d6bf5d7fcc61eace7e933b305f69d439fcc9 (patch)
treebaae5aa0698a26b78b9965fb1a49d1efc7b42ed5 /src/test/test-verbs.c
parent93010a5bde39a26d51751edee9276c4c514f7bf4 (diff)
./tools/notsd-move
Diffstat (limited to 'src/test/test-verbs.c')
-rw-r--r--src/test/test-verbs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test-verbs.c b/src/test/test-verbs.c
index 0fcdd9e78d..c426f89ded 100644
--- a/src/test/test-verbs.c
+++ b/src/test/test-verbs.c
@@ -17,9 +17,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "macro.h"
-#include "strv.h"
-#include "verbs.h"
+#include "systemd-basic/macro.h"
+#include "systemd-basic/strv.h"
+#include "systemd-basic/verbs.h"
static int noop_dispatcher(int argc, char *argv[], void *userdata) {
return 0;